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

Unified Diff: ui/base/gestures/gesture_types.h

Issue 10134045: Getting RenderWidgetHostViewWin ready for a GestureRecognizer. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Removed const ref's. Created 8 years, 8 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: ui/base/gestures/gesture_types.h
diff --git a/ui/base/gestures/gesture_types.h b/ui/base/gestures/gesture_types.h
index b8571719c858b33a239ea69569ec9997854873fd..794a80d10ad025e7c702b4db0d44fe582e0771cc 100644
--- a/ui/base/gestures/gesture_types.h
+++ b/ui/base/gestures/gesture_types.h
@@ -69,7 +69,7 @@ class UI_EXPORT GestureEventHelper {
virtual GestureEvent* CreateGestureEvent(EventType type,
const gfx::Point& location,
int flags,
- const base::Time time,
+ base::Time time,
float param_first,
float param_second,
unsigned int touch_id_bitfield) = 0;

Powered by Google App Engine
This is Rietveld 408576698