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

Unified Diff: ui/aura/event.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
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_win.cc ('k') | ui/aura/event.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/event.h
diff --git a/ui/aura/event.h b/ui/aura/event.h
index b4dfcd4a2dc50bffdfd8bcbdb0d69c933b261b05..ca3477c8c22deddbacb947de1aec4faadac89f12 100644
--- a/ui/aura/event.h
+++ b/ui/aura/event.h
@@ -366,8 +366,7 @@ class AURA_EXPORT GestureEvent : public LocatedEvent,
int y,
int flags,
base::Time time_stamp,
- float delta_x,
- float delta_y,
+ const ui::GestureEventDetails& details,
unsigned int touch_ids_bitfield);
// Create a new GestureEvent which is identical to the provided model.
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_win.cc ('k') | ui/aura/event.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698