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

Unified Diff: third_party/WebKit/Source/web/WebInputEvent.cpp

Issue 2639273002: Give WebTouchEvent and WebKeyboardEvent their own headers (Closed)
Patch Set: Rebase Created 3 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
Index: third_party/WebKit/Source/web/WebInputEvent.cpp
diff --git a/third_party/WebKit/Source/web/WebInputEvent.cpp b/third_party/WebKit/Source/web/WebInputEvent.cpp
index ac01696152f6974aebc7320d13395463237aa5a1..36f2be2549e336c42a91eb0701d26c8e17ffb36f 100644
--- a/third_party/WebKit/Source/web/WebInputEvent.cpp
+++ b/third_party/WebKit/Source/web/WebInputEvent.cpp
@@ -32,7 +32,9 @@
#include "platform/KeyboardCodes.h"
#include "public/platform/WebGestureEvent.h"
+#include "public/platform/WebKeyboardEvent.h"
#include "public/platform/WebMouseWheelEvent.h"
+#include "public/platform/WebTouchEvent.h"
#include "wtf/ASCIICType.h"
#include "wtf/Assertions.h"
#include "wtf/StringExtras.h"

Powered by Google App Engine
This is Rietveld 408576698