| 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 4d3f2b945978d7ed520f46e7ab515ecf6746fe17..8ff31291734e23754eed10f115d479c05cc47099 100644
|
| --- a/ui/accessibility/platform/test_ax_node_wrapper.h
|
| +++ b/ui/accessibility/platform/test_ax_node_wrapper.h
|
| @@ -39,6 +39,7 @@ class TestAXNodeWrapper : public AXPlatformNodeDelegate {
|
| gfx::NativeViewAccessible GetFocus() override;
|
| gfx::AcceleratedWidget GetTargetForNativeAccessibilityEvent() override;
|
| bool AccessibilityPerformAction(const ui::AXActionData& data) override;
|
| + bool IsHotTrackingOn() override;
|
|
|
| private:
|
| TestAXNodeWrapper(AXTree* tree, AXNode* node);
|
|
|