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

Unified Diff: chrome/browser/ui/aura/accessibility/automation_manager_aura.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
Index: chrome/browser/ui/aura/accessibility/automation_manager_aura.h
diff --git a/chrome/browser/ui/aura/accessibility/automation_manager_aura.h b/chrome/browser/ui/aura/accessibility/automation_manager_aura.h
index d7c9f85a420f0c7acd89eb501dbc9b26b11a1e17..503252c1617e6467de9602d12f6ce367a50baadc 100644
--- a/chrome/browser/ui/aura/accessibility/automation_manager_aura.h
+++ b/chrome/browser/ui/aura/accessibility/automation_manager_aura.h
@@ -26,7 +26,9 @@ class View;
} // namespace views
using AuraAXTreeSerializer =
- ui::AXTreeSerializer<views::AXAuraObjWrapper*, ui::AXNodeData>;
+ ui::AXTreeSerializer<views::AXAuraObjWrapper*,
+ ui::AXNodeData,
+ ui::AXTreeData>;
// Manages a tree of automation nodes.
class AutomationManagerAura : public extensions::AutomationActionAdapter {

Powered by Google App Engine
This is Rietveld 408576698