| Index: sky/engine/web/AssertMatchingEnums.cpp
|
| diff --git a/sky/engine/web/AssertMatchingEnums.cpp b/sky/engine/web/AssertMatchingEnums.cpp
|
| index 42ceaae2e24ad5c1dc48f0386e58219c08bb0d9f..924bce6469c46960387c003dfd5b649d8ce286bf 100644
|
| --- a/sky/engine/web/AssertMatchingEnums.cpp
|
| +++ b/sky/engine/web/AssertMatchingEnums.cpp
|
| @@ -70,7 +70,6 @@
|
| #include "sky/engine/public/web/WebTextCheckingResult.h"
|
| #include "sky/engine/public/web/WebTextCheckingType.h"
|
| #include "sky/engine/public/web/WebTextDecorationType.h"
|
| -#include "sky/engine/public/web/WebTouchAction.h"
|
| #include "sky/engine/public/web/WebView.h"
|
| #include "sky/engine/wtf/Assertions.h"
|
| #include "sky/engine/wtf/text/StringImpl.h"
|
| @@ -208,12 +207,6 @@ 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_ENUM(WebTouchActionPanX, TouchActionPanX);
|
| -COMPILE_ASSERT_MATCHING_ENUM(WebTouchActionPanY, TouchActionPanY);
|
| -COMPILE_ASSERT_MATCHING_ENUM(WebTouchActionPinchZoom, TouchActionPinchZoom);
|
| -
|
| COMPILE_ASSERT_MATCHING_ENUM(WebSettings::V8CacheOptionsOff, V8CacheOptionsOff);
|
| COMPILE_ASSERT_MATCHING_ENUM(WebSettings::V8CacheOptionsParse, V8CacheOptionsParse);
|
| COMPILE_ASSERT_MATCHING_ENUM(WebSettings::V8CacheOptionsCode, V8CacheOptionsCode);
|
|
|