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

Unified Diff: public/web/WebAXEnums.h

Issue 742353004: Implement computedRole and computedName (behind a flag) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Revert changes to core/testing Created 6 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: public/web/WebAXEnums.h
diff --git a/public/web/WebAXEnums.h b/public/web/WebAXEnums.h
index 7411ad70de4fc89e87c4ef878ea14cbf005cf61f..adfecc97fc8c3ed30d4af966b60cd9cb8d5e16d5 100644
--- a/public/web/WebAXEnums.h
+++ b/public/web/WebAXEnums.h
@@ -71,6 +71,7 @@ enum WebAXEvent {
// These values must match blink::AccessibilityRole values.
// Enforced in AssertMatchingEnums.cpp.
enum WebAXRole {
+ WebAXRoleUnknown = 0,
WebAXRoleAlertDialog = 1,
dmazzoni 2014/12/17 06:24:19 nit: get rid of the = 1 here now that you have Unk
aboxhall 2014/12/18 04:34:47 Done.
WebAXRoleAlert,
WebAXRoleAnnotation,
@@ -182,7 +183,6 @@ enum WebAXRole {
WebAXRoleTreeGrid,
WebAXRoleTreeItem,
WebAXRoleTree,
- WebAXRoleUnknown,
WebAXRoleUserInterfaceTooltip,
WebAXRoleWebArea,
WebAXRoleWindow,
« Source/modules/accessibility/AXObject.cpp ('K') | « Source/platform/RuntimeEnabledFeatures.in ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698