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

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

Issue 2969113002: Forward BrowserAccessibilityWin table APIs to AXPlatformNodeWin. (Closed)
Patch Set: Rename 4X4 to 3X3. Off by one! Created 3 years, 5 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.h
diff --git a/ui/accessibility/platform/test_ax_node_wrapper.h b/ui/accessibility/platform/test_ax_node_wrapper.h
index 1e6da236b8fb5136041fd92afb2e1b0c6d7de3db..9ce258e31ed1b0d09ce817810af200efbe2699f8 100644
--- a/ui/accessibility/platform/test_ax_node_wrapper.h
+++ b/ui/accessibility/platform/test_ax_node_wrapper.h
@@ -28,6 +28,8 @@ class TestAXNodeWrapper : public AXPlatformNodeDelegate {
AXPlatformNode* ax_platform_node() { return platform_node_; }
+ void BuildAllWrappers(AXTree* tree, AXNode* node);
+
// AXPlatformNodeDelegate.
const AXNodeData& GetData() const override;
const ui::AXTreeData& GetTreeData() const override;
« no previous file with comments | « ui/accessibility/platform/ax_platform_node_win_unittest.cc ('k') | ui/accessibility/platform/test_ax_node_wrapper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698