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

Unified Diff: ui/accessibility/ax_tree_combiner.cc

Issue 2518183002: Moved action verbs out of Blink. (Closed)
Patch Set: Exposes appropriate state and action names when controls are disabled. Created 4 years, 1 month 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 736cc583a157e77159555148582a4b4201a1518f..12d07a0911edcb2403800d5a6ae4dc8988f59c47 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