| 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..52b96cb3a0e3135b8611a84eec5ce5e3199e039a 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;
|
|
|