Index: Source/web/AssertMatchingEnums.cpp |
diff --git a/Source/web/AssertMatchingEnums.cpp b/Source/web/AssertMatchingEnums.cpp |
index 8e71edeab0e7889ca6b4d7c0dffd6af3f956a8f3..63eb6aaf3035dfca4a871728bfe94f3d87a8bea3 100644 |
--- a/Source/web/AssertMatchingEnums.cpp |
+++ b/Source/web/AssertMatchingEnums.cpp |
@@ -75,6 +75,7 @@ |
#include "core/platform/mediastream/RTCDataChannelHandlerClient.h" |
#include "core/platform/mediastream/RTCPeerConnectionHandlerClient.h" |
#include "core/rendering/CompositingReasons.h" |
+#include "core/rendering/style/RenderStyleConstants.h" |
#include "modules/geolocation/GeolocationError.h" |
#include "modules/geolocation/GeolocationPosition.h" |
#include "modules/indexeddb/IDBCursor.h" |
@@ -126,6 +127,7 @@ |
#include "public/platform/WebURLResponse.h" |
#include "public/web/WebNavigationPolicy.h" |
#include "public/web/WebSerializedScriptValueVersion.h" |
+#include "public/web/WebTouchAction.h" |
#include "wtf/Assertions.h" |
#include "wtf/text/StringImpl.h" |
@@ -650,6 +652,9 @@ COMPILE_ASSERT_MATCHING_ENUM(WebConsoleMessage::LevelWarning, WarningMessageLeve |
COMPILE_ASSERT_MATCHING_ENUM(WebConsoleMessage::LevelError, ErrorMessageLevel); |
COMPILE_ASSERT_MATCHING_ENUM(WebConsoleMessage::LevelInfo, InfoMessageLevel); |
+COMPILE_ASSERT_MATCHING_ENUM(WebTouchActionNone, TouchActionNone); |
+COMPILE_ASSERT_MATCHING_ENUM(WebTouchActionAuto, TouchActionAuto); |
+ |
COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonUnknown, CompositingReasonNone); |
COMPILE_ASSERT_MATCHING_UINT64(CompositingReason3DTransform, CompositingReason3DTransform); |
COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonVideo, CompositingReasonVideo); |