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

Unified Diff: ui/aura/root_window.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/aura/root_window.h
diff --git a/ui/aura/root_window.h b/ui/aura/root_window.h
index 94ec02f6c46fc6375f52e8770ba2f998f5194646..249dd2a8980d0ea43406aec3d91d74274e1cc90e 100644
--- a/ui/aura/root_window.h
+++ b/ui/aura/root_window.h
@@ -297,7 +297,7 @@ class AURA_EXPORT RootWindow : public ui::CompositorDelegate,
virtual ui::GestureEvent* CreateGestureEvent(ui::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) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698