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

Unified Diff: Source/web/AssertMatchingEnums.cpp

Issue 653683005: Add MarkRole in blink side to expose mark tag properly (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: reland Created 5 years, 6 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/modules/accessibility/AXObject.cpp ('k') | public/web/WebAXEnums.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/AssertMatchingEnums.cpp
diff --git a/Source/web/AssertMatchingEnums.cpp b/Source/web/AssertMatchingEnums.cpp
index 59aba9dcd9a08182b4072a8d2138031402098fe6..48e560ea2e95e7bc4152802d7306016509d90767 100644
--- a/Source/web/AssertMatchingEnums.cpp
+++ b/Source/web/AssertMatchingEnums.cpp
@@ -236,6 +236,7 @@ STATIC_ASSERT_MATCHING_ENUM(WebAXRoleListMarker, ListMarkerRole);
STATIC_ASSERT_MATCHING_ENUM(WebAXRoleList, ListRole);
STATIC_ASSERT_MATCHING_ENUM(WebAXRoleLog, LogRole);
STATIC_ASSERT_MATCHING_ENUM(WebAXRoleMain, MainRole);
+STATIC_ASSERT_MATCHING_ENUM(WebAXRoleMark, MarkRole);
STATIC_ASSERT_MATCHING_ENUM(WebAXRoleMarquee, MarqueeRole);
STATIC_ASSERT_MATCHING_ENUM(WebAXRoleMath, MathRole);
STATIC_ASSERT_MATCHING_ENUM(WebAXRoleMenuBar, MenuBarRole);
« no previous file with comments | « Source/modules/accessibility/AXObject.cpp ('k') | public/web/WebAXEnums.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698