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

Unified Diff: ui/accessibility/tree_generator.cc

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/platform/test_ax_node_wrapper.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/accessibility/tree_generator.cc
diff --git a/ui/accessibility/tree_generator.cc b/ui/accessibility/tree_generator.cc
index c8a7a7067c959416523261a9c9850c0eaa8d6a91..144b8029f445bc30692b56bb70426c27bded6a1f 100644
--- a/ui/accessibility/tree_generator.cc
+++ b/ui/accessibility/tree_generator.cc
@@ -84,7 +84,7 @@ void TreeGenerator::BuildUniqueTreeWithSize(
// Build an AXTreeUpdate. The first two nodes of the tree always
// go in the same place.
- AXTreeUpdate<AXNodeData> update;
+ AXTreeUpdate update;
update.nodes.resize(node_count);
update.nodes[0].id = permuted[0];
update.nodes[0].role = AX_ROLE_ROOT_WEB_AREA;
« no previous file with comments | « ui/accessibility/platform/test_ax_node_wrapper.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698