Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1287)

Unified Diff: ui/events/ozone/evdev/event_factory_evdev.h

Issue 255823009: [WIP] ui/window: Master CL. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698