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

Unified Diff: third_party/WebKit/Source/web/ChromeClientImpl.h

Issue 2863693003: Unify TouchAction classes (Closed)
Patch Set: add cstdlib Created 3 years, 7 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/ChromeClientImpl.h
diff --git a/third_party/WebKit/Source/web/ChromeClientImpl.h b/third_party/WebKit/Source/web/ChromeClientImpl.h
index cf0cecff7915db2df89b925349bf3c42bd90b1f7..4394cd124deba2c901d679cc64d68f5d479e3245 100644
--- a/third_party/WebKit/Source/web/ChromeClientImpl.h
+++ b/third_party/WebKit/Source/web/ChromeClientImpl.h
@@ -32,11 +32,12 @@
#ifndef ChromeClientImpl_h
#define ChromeClientImpl_h
+#include <memory>
#include "core/page/ChromeClient.h"
#include "core/page/WindowFeatures.h"
+#include "platform/graphics/TouchAction.h"
#include "public/web/WebNavigationPolicy.h"
#include "web/WebExport.h"
-#include <memory>
namespace blink {
« no previous file with comments | « third_party/WebKit/Source/web/AssertMatchingEnums.cpp ('k') | third_party/WebKit/Source/web/ChromeClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698