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

Unified Diff: ui/events/ozone/evdev/event_converter_evdev_impl.h

Issue 889673004: ozone: evdev: Use kernel timestamps for mouse events (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase on MouseEvent timestamp changes & fix stime feedback Created 5 years, 10 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/event_converter_evdev_impl.h
diff --git a/ui/events/ozone/evdev/event_converter_evdev_impl.h b/ui/events/ozone/evdev/event_converter_evdev_impl.h
index eef569e85cc0fed3a43ed8eb783ebf346d728d70..b04a07df291f00fa112826023b9e692b7c415167 100644
--- a/ui/events/ozone/evdev/event_converter_evdev_impl.h
+++ b/ui/events/ozone/evdev/event_converter_evdev_impl.h
@@ -55,7 +55,7 @@ class EVENTS_OZONE_EVDEV_EXPORT EventConverterEvdevImpl
// Flush events delimited by EV_SYN. This is useful for handling
// non-axis-aligned movement properly.
- void FlushEvents();
+ void FlushEvents(const input_event& input);
// Input modalities for this device.
bool has_keyboard_;

Powered by Google App Engine
This is Rietveld 408576698