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

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

Issue 2581943003: Move WebMouseWheelEvent into its own header file. (Closed)
Patch Set: Fix mac unittest Created 4 years 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 | « third_party/WebKit/Source/web/WebInputEvent.cpp ('k') | third_party/WebKit/public/platform/WebInputEvent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/web/WebInputEventConversion.h
diff --git a/third_party/WebKit/Source/web/WebInputEventConversion.h b/third_party/WebKit/Source/web/WebInputEventConversion.h
index 6286f645e2298d635095aaaef3d49ec5218a657b..495f6edcbd306bd8d3ec109e4f8da3f8dec48058 100644
--- a/third_party/WebKit/Source/web/WebInputEventConversion.h
+++ b/third_party/WebKit/Source/web/WebInputEventConversion.h
@@ -36,6 +36,7 @@
#include "platform/PlatformWheelEvent.h"
#include "platform/scroll/ScrollTypes.h"
#include "public/platform/WebInputEvent.h"
+#include "public/platform/WebMouseWheelEvent.h"
#include "web/WebExport.h"
#include "wtf/Compiler.h"
#include <vector>
@@ -48,7 +49,6 @@ class LayoutItem;
class TouchEvent;
class WebGestureEvent;
class WebMouseEvent;
-class WebMouseWheelEvent;
class WebKeyboardEvent;
class WebTouchEvent;
class WheelEvent;
« no previous file with comments | « third_party/WebKit/Source/web/WebInputEvent.cpp ('k') | third_party/WebKit/public/platform/WebInputEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698