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

Unified Diff: Source/web/AssertMatchingEnums.cpp

Issue 813313002: TableCaptionElement is not exposed to accessibility (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebasing code 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
« no previous file with comments | « Source/modules/accessibility/AXObject.h ('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 4a508f6a9e9626028b48182d745a79aa0add7a44..c66c01427e599de574aca23d43502d4229ac12db 100644
--- a/Source/web/AssertMatchingEnums.cpp
+++ b/Source/web/AssertMatchingEnums.cpp
@@ -182,6 +182,7 @@ STATIC_ASSERT_MATCHING_ENUM(WebAXRoleBlockquote, BlockquoteRole);
STATIC_ASSERT_MATCHING_ENUM(WebAXRoleBusyIndicator, BusyIndicatorRole);
STATIC_ASSERT_MATCHING_ENUM(WebAXRoleButton, ButtonRole);
STATIC_ASSERT_MATCHING_ENUM(WebAXRoleCanvas, CanvasRole);
+STATIC_ASSERT_MATCHING_ENUM(WebAXRoleCaption, CaptionRole);
STATIC_ASSERT_MATCHING_ENUM(WebAXRoleCell, CellRole);
STATIC_ASSERT_MATCHING_ENUM(WebAXRoleCheckBox, CheckBoxRole);
STATIC_ASSERT_MATCHING_ENUM(WebAXRoleColorWell, ColorWellRole);
« no previous file with comments | « Source/modules/accessibility/AXObject.h ('k') | public/web/WebAXEnums.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698