| Index: ui/accessibility/platform/test_ax_node_wrapper.cc
|
| diff --git a/ui/accessibility/platform/test_ax_node_wrapper.cc b/ui/accessibility/platform/test_ax_node_wrapper.cc
|
| index 94ddc8450a251f8689c42f6d3bb9136afc4c7da5..51c1df6cf67c11132e5e4967b1f1548b04715382 100644
|
| --- a/ui/accessibility/platform/test_ax_node_wrapper.cc
|
| +++ b/ui/accessibility/platform/test_ax_node_wrapper.cc
|
| @@ -76,6 +76,10 @@ const AXNodeData& TestAXNodeWrapper::GetData() const {
|
| return node_->data();
|
| }
|
|
|
| +const ui::AXTreeData& TestAXNodeWrapper::GetTreeData() const {
|
| + return tree_->data();
|
| +}
|
| +
|
| gfx::NativeWindow TestAXNodeWrapper::GetTopLevelWidget() {
|
| return nullptr;
|
| }
|
|
|