| Index: ui/accessibility/platform/test_ax_node_wrapper.h
|
| diff --git a/ui/accessibility/platform/test_ax_node_wrapper.h b/ui/accessibility/platform/test_ax_node_wrapper.h
|
| index 21a5e5ceb9653d0601c55812b43642607c1ec0be..4fe26648f9d8b6f6cbaa381f0bb8c6f1baf53ada 100644
|
| --- a/ui/accessibility/platform/test_ax_node_wrapper.h
|
| +++ b/ui/accessibility/platform/test_ax_node_wrapper.h
|
| @@ -35,6 +35,7 @@ class TestAXNodeWrapper : public AXPlatformNodeDelegate {
|
| int GetChildCount() override;
|
| gfx::NativeViewAccessible ChildAtIndex(int index) override;
|
| gfx::Vector2d GetGlobalCoordinateOffset() override;
|
| + gfx::Rect GetScreenBoundsRect() const override;
|
| gfx::NativeViewAccessible HitTestSync(int x, int y) override;
|
| gfx::NativeViewAccessible GetFocus() override;
|
| gfx::AcceleratedWidget GetTargetForNativeAccessibilityEvent() override;
|
|
|