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 a0c5440a776bb7d4b2f7e74d30329cb0e6db9fbb..6c9e6adfe045349f5827684e12b81f91525fba75 100644 |
--- a/ui/accessibility/platform/test_ax_node_wrapper.h |
+++ b/ui/accessibility/platform/test_ax_node_wrapper.h |
@@ -30,6 +30,7 @@ class TestAXNodeWrapper : public AXPlatformNodeDelegate { |
// AXPlatformNodeDelegate. |
const AXNodeData& GetData() const override; |
+ const ui::AXTreeData& GetTreeData() const override; |
gfx::NativeWindow GetTopLevelWidget() override; |
gfx::NativeViewAccessible GetParent() override; |
int GetChildCount() override; |