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

Unified Diff: content/browser/renderer_host/input/gesture_event_packet.h

Issue 128613003: [Tracking Patch] Unified gesture detection (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address tdresser@ comments and run clang-format on everything Created 6 years, 10 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/browser/renderer_host/input/gesture_event_packet.h
diff --git a/content/browser/renderer_host/input/gesture_event_packet.h b/content/browser/renderer_host/input/gesture_event_packet.h
index b277948086816999140f5a1d2b672a134e90538b..52152d94c3df9d630caa2c9d619821872cf941fa 100644
--- a/content/browser/renderer_host/input/gesture_event_packet.h
+++ b/content/browser/renderer_host/input/gesture_event_packet.h
@@ -8,6 +8,10 @@
#include "content/common/content_export.h"
#include "third_party/WebKit/public/web/WebInputEvent.h"
+namespace ui {
+class MotionEvent;
+}
+
namespace content {
// Acts as a transport container for gestures created (directly or indirectly)

Powered by Google App Engine
This is Rietveld 408576698