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

Unified Diff: ui/accessibility/ax_serializable_tree.h

Issue 125783002: Add AXTreeDelegate and refactor other AXTree classes slightly. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Change Mock to Fake Created 6 years, 10 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/ax_serializable_tree.h
diff --git a/ui/accessibility/ax_serializable_tree.h b/ui/accessibility/ax_serializable_tree.h
index c070565a8d1fd4a0f34ebe5ec1c75dc6ed0298d5..994be7d1c285d516afb06e582f5ad025da8e9d29 100644
--- a/ui/accessibility/ax_serializable_tree.h
+++ b/ui/accessibility/ax_serializable_tree.h
@@ -18,7 +18,7 @@ class AX_EXPORT AXSerializableTree : public AXTree {
// Create a TreeSource adapter for this tree. The client gets ownership
// of the return value and should delete it when done.
- virtual AXTreeSource<AXNode>* CreateTreeSource();
+ virtual AXTreeSource<const AXNode*>* CreateTreeSource();
};
} // namespace ui

Powered by Google App Engine
This is Rietveld 408576698