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

Unified Diff: sky/engine/web/AssertMatchingEnums.cpp

Issue 880643007: Merge WebWidgetClient into WebViewClient. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 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
« no previous file with comments | « sky/engine/public/web/WebWidgetClient.h ('k') | sky/engine/web/ChromeClientImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « sky/engine/public/web/WebWidgetClient.h ('k') | sky/engine/web/ChromeClientImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698