Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(176)

Unified Diff: ui/accessibility/platform/test_ax_node_wrapper.cc

Issue 2933353002: Forward four more BrowserAccessibility APIs to AXPlatformNode. (Closed)
Patch Set: linux testing via try Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
}

Powered by Google App Engine
This is Rietveld 408576698