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

Unified Diff: ui/accessibility/ax_serializable_tree.h

Issue 1413423003: Move some AX attrs from AXNodeData to AXTreeData. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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
« no previous file with comments | « ui/accessibility/ax_node_data.cc ('k') | ui/accessibility/ax_serializable_tree.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/accessibility/ax_serializable_tree.h
diff --git a/ui/accessibility/ax_serializable_tree.h b/ui/accessibility/ax_serializable_tree.h
index 42b746f559d5d88b931c03decc48a58794e41c7a..d8fb9c45161e475ecbe8b734e74f46ae5e072682 100644
--- a/ui/accessibility/ax_serializable_tree.h
+++ b/ui/accessibility/ax_serializable_tree.h
@@ -13,12 +13,14 @@ namespace ui {
class AX_EXPORT AXSerializableTree : public AXTree {
public:
AXSerializableTree();
- explicit AXSerializableTree(const AXTreeUpdate<AXNodeData>& initial_state);
+ explicit AXSerializableTree(
+ const AXTreeUpdate& initial_state);
~AXSerializableTree() override;
// Create a TreeSource adapter for this tree. The client gets ownership
// of the return value and should delete it when done.
- virtual AXTreeSource<const AXNode*, AXNodeData>* CreateTreeSource();
+ virtual AXTreeSource<const AXNode*, AXNodeData, AXTreeData>*
+ CreateTreeSource();
};
} // namespace ui
« no previous file with comments | « ui/accessibility/ax_node_data.cc ('k') | ui/accessibility/ax_serializable_tree.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698