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

Unified Diff: third_party/WebKit/Source/core/events/TouchEvent.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/core/events/TouchEvent.h
diff --git a/third_party/WebKit/Source/core/events/TouchEvent.h b/third_party/WebKit/Source/core/events/TouchEvent.h
index dd88224d105fac6cb39f7497e3c5250e7fa657ef..ecdf706bf7156ea7571a5a71d389949e450fb784 100644
--- a/third_party/WebKit/Source/core/events/TouchEvent.h
+++ b/third_party/WebKit/Source/core/events/TouchEvent.h
@@ -32,6 +32,7 @@
#include "core/events/EventDispatchMediator.h"
#include "core/events/TouchEventInit.h"
#include "core/events/UIEventWithKeyState.h"
+#include "platform/graphics/TouchAction.h"
#include "public/platform/WebTouchEvent.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698