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

Unified Diff: ui/events/ozone/evdev/keyboard_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
« no previous file with comments | « ui/events/ozone/evdev/event_converter_evdev_impl.cc ('k') | ui/events/ozone/evdev/keyboard_evdev.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/ozone/evdev/keyboard_evdev.h
diff --git a/ui/events/ozone/evdev/keyboard_evdev.h b/ui/events/ozone/evdev/keyboard_evdev.h
index 606a96b0bf343d8149f7607306c8176a6970c107..d22695727c75a313d3c55a02b9bea410ef91867c 100644
--- a/ui/events/ozone/evdev/keyboard_evdev.h
+++ b/ui/events/ozone/evdev/keyboard_evdev.h
@@ -44,7 +44,7 @@ class EVENTS_OZONE_EVDEV_EXPORT KeyboardEvdev {
void OnKeyChange(unsigned int code,
bool down,
bool suppress_auto_repeat,
- base::TimeDelta timestamp,
+ base::TimeTicks timestamp,
int device_id);
// Handle Caps Lock modifier.
@@ -77,7 +77,7 @@ class EVENTS_OZONE_EVDEV_EXPORT KeyboardEvdev {
void DispatchKey(unsigned int key,
bool down,
bool repeat,
- base::TimeDelta timestamp,
+ base::TimeTicks timestamp,
int device_id);
// Aggregated key state. There is only one bit of state per key; we do not
« no previous file with comments | « ui/events/ozone/evdev/event_converter_evdev_impl.cc ('k') | ui/events/ozone/evdev/keyboard_evdev.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698