| Index: ui/events/ozone/evdev/event_factory_evdev.h
|
| diff --git a/ui/events/ozone/evdev/event_factory_evdev.h b/ui/events/ozone/evdev/event_factory_evdev.h
|
| index c7faea9af14ec57e6db235ae4563a7021623ccd7..ebd2f560166751a58c2fc3016061ef4adf615152 100644
|
| --- a/ui/events/ozone/evdev/event_factory_evdev.h
|
| +++ b/ui/events/ozone/evdev/event_factory_evdev.h
|
| @@ -73,8 +73,7 @@ class EVENTS_OZONE_EVDEV_EXPORT EventFactoryEvdev : public DeviceEventObserver,
|
| void DispatchTouchEvent(const TouchEventParams& params);
|
|
|
| // Device lifecycle events.
|
| - void DispatchKeyboardDevicesUpdated(
|
| - const std::vector<KeyboardDevice>& devices);
|
| + void DispatchKeyboardDevicesUpdated(const std::vector<InputDevice>& devices);
|
| void DispatchTouchscreenDevicesUpdated(
|
| const std::vector<TouchscreenDevice>& devices);
|
| void DispatchMouseDevicesUpdated(const std::vector<InputDevice>& devices);
|
|
|