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

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

Issue 291473002: ozone: Initialize a subsystem only if necessary. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 5e3b934df7774ba32d2a13c8a8c63780e557b233..759c8d30ef1b9e754fa13e2c1907adb75bbe7df2 100644
--- a/ui/events/ozone/evdev/event_factory_evdev.h
+++ b/ui/events/ozone/evdev/event_factory_evdev.h
@@ -52,6 +52,9 @@ class EVENTS_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_;

Powered by Google App Engine
This is Rietveld 408576698