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

Unified Diff: Source/web/AssertMatchingEnums.cpp

Issue 1045693002: Expose multiline attribute from blink (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Reland Created 5 years, 8 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/InspectorAccessibilityAgent.cpp ('k') | Source/web/WebAXObject.cpp » ('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 40b10d92d6c12ada6207d8b919b428db171feeda..b6743974ce67bb59037eed169b699995327f8516 100644
--- a/Source/web/AssertMatchingEnums.cpp
+++ b/Source/web/AssertMatchingEnums.cpp
@@ -305,6 +305,7 @@ STATIC_ASSERT_MATCHING_ENUM(WebAXStateHovered, AXHoveredState);
STATIC_ASSERT_MATCHING_ENUM(WebAXStateIndeterminate, AXIndeterminateState);
STATIC_ASSERT_MATCHING_ENUM(WebAXStateInvisible, AXInvisibleState);
STATIC_ASSERT_MATCHING_ENUM(WebAXStateLinked, AXLinkedState);
+STATIC_ASSERT_MATCHING_ENUM(WebAXStateMultiline, AXMultilineState);
STATIC_ASSERT_MATCHING_ENUM(WebAXStateMultiselectable, AXMultiselectableState);
STATIC_ASSERT_MATCHING_ENUM(WebAXStateOffscreen, AXOffscreenState);
STATIC_ASSERT_MATCHING_ENUM(WebAXStatePressed, AXPressedState);
« no previous file with comments | « Source/modules/accessibility/InspectorAccessibilityAgent.cpp ('k') | Source/web/WebAXObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698