| 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 10ab594ecd45b83d94068432ee58f52d8066820b..22766403d3de3e1ece8557904a0fd7f89937c9cc 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;
|
| }
|
|
|