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 0d72142d206d4e2c9fcddcc014e745a4ec9421bd..2fed9848b2616c2ce9f33f8f928aaf8d76137b02 100644 |
--- a/ui/events/ozone/evdev/event_factory_evdev.h |
+++ b/ui/events/ozone/evdev/event_factory_evdev.h |
@@ -72,6 +72,14 @@ class EVENTS_OZONE_EVDEV_EXPORT EventFactoryEvdev |
const gfx::Vector2d& delta) 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: |