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

Unified Diff: ui/accessibility/ax_tree_combiner.cc

Issue 2518183002: Moved action verbs out of Blink. (Closed)
Patch Set: Added missing braces. 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
« no previous file with comments | « ui/accessibility/ax_text_utils.cc ('k') | ui/accessibility/platform/ax_platform_node_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
« no previous file with comments | « ui/accessibility/ax_text_utils.cc ('k') | ui/accessibility/platform/ax_platform_node_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698