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

Unified Diff: content/common/input/web_touch_event_traits.h

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: content/common/input/web_touch_event_traits.h
diff --git a/content/common/input/web_touch_event_traits.h b/content/common/input/web_touch_event_traits.h
index 1a1cd77bf24ece322db38232afad57d8fc53f8cc..0343eb8fc1c156aa5c225e00a4ca844ca831abea 100644
--- a/content/common/input/web_touch_event_traits.h
+++ b/content/common/input/web_touch_event_traits.h
@@ -8,6 +8,10 @@
#include "content/common/content_export.h"
#include "third_party/WebKit/public/platform/WebInputEvent.h"
+namespace blink {
+class WebTouchEvent;
+}
+
namespace content {
// Utility class for performing operations on and with WebTouchEvents.
« no previous file with comments | « content/common/input/touch_event_stream_validator.cc ('k') | content/common/input/web_touch_event_traits.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698