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

Unified Diff: Source/web/AssertMatchingEnums.cpp

Issue 654303004: Add AX role for blockquote tag (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/core/accessibility/AXRenderObject.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 26cd0006efff6ca0ef273869ddeded5e6b01ff28..885b9b0d5d4b73f749b9c08942870ea65bb48417 100644
--- a/Source/web/AssertMatchingEnums.cpp
+++ b/Source/web/AssertMatchingEnums.cpp
@@ -177,6 +177,7 @@ COMPILE_ASSERT_MATCHING_ENUM(WebAXRoleAnnotation, AnnotationRole);
COMPILE_ASSERT_MATCHING_ENUM(WebAXRoleApplication, ApplicationRole);
COMPILE_ASSERT_MATCHING_ENUM(WebAXRoleArticle, ArticleRole);
COMPILE_ASSERT_MATCHING_ENUM(WebAXRoleBanner, BannerRole);
+COMPILE_ASSERT_MATCHING_ENUM(WebAXRoleBlockquote, BlockquoteRole);
COMPILE_ASSERT_MATCHING_ENUM(WebAXRoleBrowser, BrowserRole);
COMPILE_ASSERT_MATCHING_ENUM(WebAXRoleBusyIndicator, BusyIndicatorRole);
COMPILE_ASSERT_MATCHING_ENUM(WebAXRoleButton, ButtonRole);
« no previous file with comments | « Source/core/accessibility/AXRenderObject.cpp ('k') | public/web/WebAXEnums.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698