Index: ui/events/ozone/evdev/event_converter_evdev_impl.cc |
diff --git a/ui/events/ozone/evdev/event_converter_evdev_impl.cc b/ui/events/ozone/evdev/event_converter_evdev_impl.cc |
index 85e48b9ecc0f96dd1e816326731ee5779c2630bd..78da21fdf6f281e1b49eae9a5db1be3f65d03aed 100644 |
--- a/ui/events/ozone/evdev/event_converter_evdev_impl.cc |
+++ b/ui/events/ozone/evdev/event_converter_evdev_impl.cc |
@@ -18,12 +18,13 @@ EventConverterEvdevImpl::EventConverterEvdevImpl( |
int fd, |
base::FilePath path, |
int id, |
+ InputDeviceType type, |
EventModifiersEvdev* modifiers, |
MouseButtonMapEvdev* button_map, |
CursorDelegateEvdev* cursor, |
KeyboardEvdev* keyboard, |
const EventDispatchCallback& callback) |
- : EventConverterEvdev(fd, path, id), |
+ : EventConverterEvdev(fd, path, id, type), |
x_offset_(0), |
y_offset_(0), |
cursor_(cursor), |