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

Unified Diff: ui/accessibility/ax_tree_combiner.cc

Issue 1952863003: Implemented the "aria-current" state on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed switch statements to handle NONE case. Created 4 years, 7 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/ax_node_data.cc ('k') | no next file » | 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 21d219b431adab5adc31916e4b054da163591beb..05a1eed382bfdceec6688a406e8c7e1dbad760b3 100644
--- a/ui/accessibility/ax_tree_combiner.cc
+++ b/ui/accessibility/ax_tree_combiner.cc
@@ -50,6 +50,7 @@ bool IsNodeIdIntAttribute(AXIntAttribute attr) {
case AX_ATTR_SET_SIZE:
case AX_ATTR_POS_IN_SET:
case AX_ATTR_COLOR_VALUE:
+ case AX_ATTR_ARIA_CURRENT_STATE:
case AX_ATTR_BACKGROUND_COLOR:
case AX_ATTR_COLOR:
case AX_ATTR_INVALID_STATE:
« no previous file with comments | « ui/accessibility/ax_node_data.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698