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

Unified Diff: ui/base/event.h

Issue 10834269: gestures: Some more event cleanup. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tot-merge Created 8 years, 4 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 | « ui/aura/root_window.cc ('k') | ui/base/event.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/event.h
diff --git a/ui/base/event.h b/ui/base/event.h
index c2e4d75e0861039d7028874227919a8e833dbfbc..af048174ae817d1103d701157f9f918d9f6b7e22 100644
--- a/ui/base/event.h
+++ b/ui/base/event.h
@@ -378,7 +378,7 @@ class UI_EXPORT GestureEvent : public LocatedEvent {
int x,
int y,
int flags,
- base::Time time_stamp,
+ base::TimeDelta time_stamp,
const GestureEventDetails& details,
unsigned int touch_ids_bitfield);
« no previous file with comments | « ui/aura/root_window.cc ('k') | ui/base/event.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698