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

Unified Diff: public/web/WebAXEnums.h

Issue 652663003: Adding MeterRole in blink to support MSAA+IA2 and AX roles for meter tag in Chromium. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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
« no previous file with comments | « Source/web/AssertMatchingEnums.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebAXEnums.h
diff --git a/public/web/WebAXEnums.h b/public/web/WebAXEnums.h
index 0bca390102b9f076bfeebbed4913085c0d97ad68..27c8ce8b21cd486485ebaae35c4b8a7c205b9beb 100644
--- a/public/web/WebAXEnums.h
+++ b/public/web/WebAXEnums.h
@@ -143,6 +143,7 @@ enum WebAXRole {
WebAXRoleMenuListOption,
WebAXRoleMenuListPopup,
WebAXRoleMenu,
+ WebAXRoleMeter,
WebAXRoleNavigation,
WebAXRoleNone,
WebAXRoleNote,
« no previous file with comments | « Source/web/AssertMatchingEnums.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698