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

Unified Diff: ui/accessibility/ax_tree_combiner.cc

Issue 2518183002: Moved action verbs out of Blink. (Closed)
Patch Set: Added activate action to text field. Created 4 years 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_tree_combiner.cc
diff --git a/ui/accessibility/ax_tree_combiner.cc b/ui/accessibility/ax_tree_combiner.cc
index 72a2e95b297052d305d5459ce6043fa4d121b2ad..8ad8538afa4f8b3aaceb0bb65fe41a5a3c521ff2 100644
--- a/ui/accessibility/ax_tree_combiner.cc
+++ b/ui/accessibility/ax_tree_combiner.cc
@@ -27,6 +27,7 @@ bool IsNodeIdIntAttribute(AXIntAttribute attr) {
// add a new attribute without explicitly considering whether it's
// a node id attribute or not.
case AX_INT_ATTRIBUTE_NONE:
+ case AX_ATTR_ACTION:
case AX_ATTR_SCROLL_X:
case AX_ATTR_SCROLL_X_MIN:
case AX_ATTR_SCROLL_X_MAX:

Powered by Google App Engine
This is Rietveld 408576698