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 b1802fdbadf2a84696c090a978a1ad4774416b15..c80d8457439098f2f37576e1dd94478092352f78 100644 |
--- a/ui/events/ozone/evdev/event_factory_evdev.h |
+++ b/ui/events/ozone/evdev/event_factory_evdev.h |
@@ -21,7 +21,8 @@ class CursorDelegateEvdev; |
class DeviceManagerEvdev; |
// Ozone events implementation for the Linux input subsystem ("evdev"). |
-class EVENTS_EXPORT EventFactoryEvdev : public EventFactoryOzone { |
+class EVENTS_EXPORT EventFactoryEvdev : public EventFactoryOzone, |
+ public ui::PlatformEventSource { |
public: |
EventFactoryEvdev(); |
explicit EventFactoryEvdev(CursorDelegateEvdev* cursor); |