diff options
Diffstat (limited to 'ui/events/ozone/evdev/event_factory_evdev.h')
-rw-r--r-- | ui/events/ozone/evdev/event_factory_evdev.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/events/ozone/evdev/event_factory_evdev.h b/ui/events/ozone/evdev/event_factory_evdev.h index 96add75..f4ded50 100644 --- a/ui/events/ozone/evdev/event_factory_evdev.h +++ b/ui/events/ozone/evdev/event_factory_evdev.h @@ -51,6 +51,9 @@ class EVENTS_OZONE_EVDEV_EXPORT EventFactoryEvdev : public EventFactoryOzone, // Callback for device add (on UI thread). virtual void OnDeviceEvent(const DeviceEvent& event) OVERRIDE; + // PlatformEventSource: + virtual void OnDispatcherListChanged() OVERRIDE; + // Owned per-device event converters (by path). std::map<base::FilePath, EventConverterEvdev*> converters_; |