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

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

Issue 193813003: ozone: evdev: Add libgestures bindings for touchpad & mouse support (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: moved 1 space by 1 character Created 6 years, 8 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 dea3ce86853eff12dd73daa7bf737ce9a3aa07c1..23b98e748b690b65ff101dfdec1579f55e8d44b8 100644
--- a/ui/events/ozone/evdev/touch_event_converter_evdev.h
+++ b/ui/events/ozone/evdev/touch_event_converter_evdev.h
@@ -28,7 +28,8 @@ class EVENTS_EXPORT TouchEventConverterEvdev
};
TouchEventConverterEvdev(int fd,
base::FilePath path,
- const EventDeviceInfo& info);
+ const EventDeviceInfo& info,
+ const EventDispatchCallback& dispatch);
virtual ~TouchEventConverterEvdev();
// Start & stop watching for events.
« no previous file with comments | « ui/events/ozone/evdev/libgestures_glue/gesture_timer_provider.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