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

Unified Diff: ui/events/ozone/evdev/touch_event_converter_evdev.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
Index: ui/events/ozone/evdev/touch_event_converter_evdev.h
diff --git a/ui/events/ozone/evdev/touch_event_converter_evdev.h b/ui/events/ozone/evdev/touch_event_converter_evdev.h
index ab2fa83be61513c2f3f3b4f8da729b67d2d020cb..fa8e46f2a22ba900ad689559d22c6e9dcb4255fc 100644
--- a/ui/events/ozone/evdev/touch_event_converter_evdev.h
+++ b/ui/events/ozone/evdev/touch_event_converter_evdev.h
@@ -73,8 +73,8 @@ class EVENTS_OZONE_EVDEV_EXPORT TouchEventConverterEvdev
void ReportEvent(const InProgressTouchEvdev& event,
EventType event_type,
- const base::TimeDelta& delta);
- void ReportEvents(base::TimeDelta delta);
+ base::TimeTicks timestamp);
+ void ReportEvents(base::TimeTicks timestamp);
void UpdateTrackingId(int slot, int tracking_id);
void ReleaseTouches();
« no previous file with comments | « ui/events/ozone/evdev/tablet_event_converter_evdev.cc ('k') | ui/events/ozone/evdev/touch_event_converter_evdev.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698