| 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 0a6ba92672d634b487e98e63ce29790acb8fb85c..71bba28e2029e5858cb39d023322767b18352b61 100644
|
| --- a/ui/events/ozone/evdev/event_factory_evdev.h
|
| +++ b/ui/events/ozone/evdev/event_factory_evdev.h
|
| @@ -65,6 +65,14 @@ class EVENTS_OZONE_EVDEV_EXPORT EventFactoryEvdev
|
| void DispatchMouseWheelEvent(const MouseWheelEventParams& params) override;
|
| void DispatchScrollEvent(const ScrollEventParams& params) override;
|
| void DispatchTouchEvent(const TouchEventParams& params) override;
|
| + void DispatchKeyboardDevicesUpdated(
|
| + const std::vector<KeyboardDevice>& devices) override;
|
| + void DispatchTouchscreenDevicesUpdated(
|
| + const std::vector<TouchscreenDevice>& devices) override;
|
| + void DispatchMouseDevicesUpdated(
|
| + const std::vector<InputDevice>& devices) override;
|
| + void DispatchTouchpadDevicesUpdated(
|
| + const std::vector<InputDevice>& devices) override;
|
|
|
| protected:
|
| // DeviceEventObserver overrides:
|
|
|