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

Unified Diff: Source/web/AssertMatchingEnums.cpp

Issue 1123313004: Handles AX role for time element(re-land). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Update LayoutTest Created 5 years, 7 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 63725c23827c03b21f885acfb5556d654de46ee5..ad4fe99617bee1ef3dfa3cc3f2043777c0bec0e0 100644
--- a/Source/web/AssertMatchingEnums.cpp
+++ b/Source/web/AssertMatchingEnums.cpp
@@ -223,6 +223,7 @@ STATIC_ASSERT_MATCHING_ENUM(WebAXRoleImageMapLink, ImageMapLinkRole);
STATIC_ASSERT_MATCHING_ENUM(WebAXRoleImageMap, ImageMapRole);
STATIC_ASSERT_MATCHING_ENUM(WebAXRoleImage, ImageRole);
STATIC_ASSERT_MATCHING_ENUM(WebAXRoleInlineTextBox, InlineTextBoxRole);
+STATIC_ASSERT_MATCHING_ENUM(WebAXRoleInputTime, InputTimeRole);
STATIC_ASSERT_MATCHING_ENUM(WebAXRoleLabel, LabelRole);
STATIC_ASSERT_MATCHING_ENUM(WebAXRoleLegend, LegendRole);
STATIC_ASSERT_MATCHING_ENUM(WebAXRoleLink, LinkRole);
« 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