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

Unified Diff: third_party/WebKit/Source/web/AssertMatchingEnums.cpp

Issue 2589273002: Add sparse accessibility attribute interface to Blink (Closed)
Patch Set: Address feedback Created 3 years, 11 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
Index: third_party/WebKit/Source/web/AssertMatchingEnums.cpp
diff --git a/third_party/WebKit/Source/web/AssertMatchingEnums.cpp b/third_party/WebKit/Source/web/AssertMatchingEnums.cpp
index 3e07f79c8912c15640e1f13ebada5fd9d526226b..ce400864d9367e085b67aefa9a9e7e99937ca6ad 100644
--- a/third_party/WebKit/Source/web/AssertMatchingEnums.cpp
+++ b/third_party/WebKit/Source/web/AssertMatchingEnums.cpp
@@ -413,6 +413,13 @@ STATIC_ASSERT_ENUM(WebAXDescriptionFromRelatedElement,
STATIC_ASSERT_ENUM(WebAXTextAffinityUpstream, TextAffinity::Upstream);
STATIC_ASSERT_ENUM(WebAXTextAffinityDownstream, TextAffinity::Downstream);
+STATIC_ASSERT_ENUM(WebAXObjectAttribute::AriaActiveDescendant,
+ AXObjectAttribute::AriaActiveDescendant);
+STATIC_ASSERT_ENUM(WebAXObjectVectorAttribute::AriaControls,
+ AXObjectVectorAttribute::AriaControls);
+STATIC_ASSERT_ENUM(WebAXObjectVectorAttribute::AriaFlowTo,
+ AXObjectVectorAttribute::AriaFlowTo);
+
STATIC_ASSERT_ENUM(WebApplicationCacheHost::Uncached,
ApplicationCacheHost::kUncached);
STATIC_ASSERT_ENUM(WebApplicationCacheHost::Idle, ApplicationCacheHost::kIdle);

Powered by Google App Engine
This is Rietveld 408576698