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 274b2b4f24c5793742aa6430dceac8a28e1de2d3..29e0f6d22e170c559a6d7ea098a77e683ffb8055 100644 |
--- a/ui/events/ozone/evdev/event_converter_evdev_impl.h |
+++ b/ui/events/ozone/evdev/event_converter_evdev_impl.h |
@@ -7,6 +7,7 @@ |
#include "base/files/file_path.h" |
#include "base/message_loop/message_pump_libevent.h" |
+#include "ui/events/devices/input_device.h" |
#include "ui/events/event.h" |
#include "ui/events/ozone/evdev/cursor_delegate_evdev.h" |
#include "ui/events/ozone/evdev/event_converter_evdev.h" |
@@ -25,6 +26,7 @@ class EVENTS_OZONE_EVDEV_EXPORT EventConverterEvdevImpl |
EventConverterEvdevImpl(int fd, |
base::FilePath path, |
int id, |
+ InputDeviceType type, |
EventModifiersEvdev* modifiers, |
MouseButtonMapEvdev* button_map, |
CursorDelegateEvdev* cursor, |