| 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 ca037f19a1e576d3f3aa53aa5659ab924f13dce9..1e6da236b8fb5136041fd92afb2e1b0c6d7de3db 100644
|
| --- a/ui/accessibility/platform/test_ax_node_wrapper.h
|
| +++ b/ui/accessibility/platform/test_ax_node_wrapper.h
|
| @@ -38,6 +38,7 @@ class TestAXNodeWrapper : public AXPlatformNodeDelegate {
|
| gfx::Rect GetScreenBoundsRect() const override;
|
| gfx::NativeViewAccessible HitTestSync(int x, int y) override;
|
| gfx::NativeViewAccessible GetFocus() override;
|
| + ui::AXPlatformNode* GetFromNodeID(int32_t id) override;
|
| gfx::AcceleratedWidget GetTargetForNativeAccessibilityEvent() override;
|
| bool AccessibilityPerformAction(const ui::AXActionData& data) override;
|
| bool ShouldIgnoreHoveredStateForTesting() override;
|
|
|