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

Unified Diff: ui/events/x/events_x_utils.h

Issue 1975533002: Change ui::Event::time_stamp from TimeDelta to TimeTicks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 6 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/events/x/events_x.cc ('k') | ui/events/x/events_x_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/x/events_x_utils.h
diff --git a/ui/events/x/events_x_utils.h b/ui/events/x/events_x_utils.h
index f25bb5ae7ae28fbf592ec430a2827d642722327a..ced7d6ca5e2c809a146cea812a5e3ec95933d6d6 100644
--- a/ui/events/x/events_x_utils.h
+++ b/ui/events/x/events_x_utils.h
@@ -26,7 +26,7 @@ EVENTS_X_EXPORT EventType EventTypeFromXEvent(const XEvent& xev);
EVENTS_X_EXPORT int EventFlagsFromXEvent(const XEvent& xev);
// Gets the timestamp from a XEvent.
-EVENTS_X_EXPORT base::TimeDelta EventTimeFromXEvent(const XEvent& xev);
+EVENTS_X_EXPORT base::TimeTicks EventTimeFromXEvent(const XEvent& xev);
// Gets the location from a XEvent. The coordinate system of the resultant
// |Point| has the origin at top-left of the "root window". The nature of
« no previous file with comments | « ui/events/x/events_x.cc ('k') | ui/events/x/events_x_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698