Skip to content
This repository has been archived by the owner on Feb 25, 2025. It is now read-only.

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
yaakovschectman committed Nov 28, 2022
1 parent 854e2b4 commit 4f5c6fa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions shell/platform/windows/accessibility_bridge_windows.cc
Original file line number Diff line number Diff line change
Expand Up @@ -173,11 +173,13 @@ void AccessibilityBridgeWindows::SetFocus(
node_delegate->SetFocus();
}

gfx::NativeViewAccessible AccessibilityBridgeWindows::GetChildOfAXFragmentRoot() {
gfx::NativeViewAccessible
AccessibilityBridgeWindows::GetChildOfAXFragmentRoot() {
return view_->GetNativeViewAccessible();
}

gfx::NativeViewAccessible AccessibilityBridgeWindows::GetParentOfAXFragmentRoot() {
gfx::NativeViewAccessible
AccessibilityBridgeWindows::GetParentOfAXFragmentRoot() {
return nullptr;
}

Expand Down

0 comments on commit 4f5c6fa

Please sign in to comment.