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

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

Issue 889673004: ozone: evdev: Use kernel timestamps for mouse events (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix rebase error 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/tablet_event_converter_evdev.h
diff --git a/ui/events/ozone/evdev/tablet_event_converter_evdev.h b/ui/events/ozone/evdev/tablet_event_converter_evdev.h
index 02ca08eea1f8f35e0fe43f712916dd60856bf5aa..1c3c9307f8798f7c1e50225468756dbda4c475bf 100644
--- a/ui/events/ozone/evdev/tablet_event_converter_evdev.h
+++ b/ui/events/ozone/evdev/tablet_event_converter_evdev.h
@@ -46,7 +46,7 @@ class EVENTS_OZONE_EVDEV_EXPORT TabletEventConverterEvdev
// Flush events delimited by EV_SYN. This is useful for handling
// non-axis-aligned movement properly.
- void FlushEvents();
+ void FlushEvents(const input_event& input);
// Controller for watching the input fd.
base::MessagePumpLibevent::FileDescriptorWatcher controller_;

Powered by Google App Engine
This is Rietveld 408576698