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

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

Issue 250793005: Refactor Udev device support in Ozone and add a DRM hotplug monitor (Closed) 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..42304146c1582e5791def47e02eb7f33f865ac53 100644
--- a/ui/events/ozone/evdev/event_factory_evdev.h
+++ b/ui/events/ozone/evdev/event_factory_evdev.h
@@ -24,7 +24,8 @@ class DeviceManagerEvdev;
class EVENTS_EXPORT EventFactoryEvdev : public EventFactoryOzone {
public:
EventFactoryEvdev();
- explicit EventFactoryEvdev(CursorDelegateEvdev* cursor);
+ EventFactoryEvdev(CursorDelegateEvdev* cursor,
+ scoped_ptr<DeviceManagerEvdev> device_manager);
virtual ~EventFactoryEvdev();
void DispatchUiEvent(Event* event);

Powered by Google App Engine
This is Rietveld 408576698