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

Unified Diff: ui/aura/root_window.h

Issue 10816008: ash: Record some additional information about the gestures. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tot-merge Created 8 years, 5 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 54ad60773957bfcc16d13eb0f861204eefdfaedf..81e1ed2db192d25ca2deae1fad91bb9bd22f849a 100644
--- a/ui/aura/root_window.h
+++ b/ui/aura/root_window.h
@@ -294,12 +294,10 @@ class AURA_EXPORT RootWindow : public ui::CompositorDelegate,
// Overridden from ui::GestureEventHelper.
virtual ui::GestureEvent* CreateGestureEvent(
- ui::EventType type,
+ const ui::GestureEventDetails& details,
const gfx::Point& location,
int flags,
base::Time time,
- float param_first,
- float param_second,
unsigned int touch_id_bitfield) OVERRIDE;
virtual ui::TouchEvent* CreateTouchEvent(

Powered by Google App Engine
This is Rietveld 408576698