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

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

Issue 149503003: Remove common EventConverterOzone class & move to EventConverterEvdev (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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.h
diff --git a/ui/events/ozone/evdev/event_factory.h b/ui/events/ozone/evdev/event_factory.h
index 7212e18c2df660de70ca1c9667798bf44ace1828..aa3fa8b9be99b52f65c1d41c6bad50997d1be8e6 100644
--- a/ui/events/ozone/evdev/event_factory.h
+++ b/ui/events/ozone/evdev/event_factory.h
@@ -8,6 +8,7 @@
#include "base/compiler_specific.h"
#include "base/files/file_path.h"
#include "ui/events/events_export.h"
+#include "ui/events/ozone/evdev/event_converter.h"
#include "ui/events/ozone/evdev/event_modifiers.h"
#include "ui/events/ozone/event_factory_ozone.h"
@@ -26,7 +27,7 @@ class EVENTS_EXPORT EventFactoryEvdev : public EventFactoryOzone {
void AttachInputDevice(const base::FilePath& file_path);
// Owned per-device event converters (by path).
- std::map<base::FilePath, EventConverterOzone*> converters_;
+ std::map<base::FilePath, EventConverterEvdev*> converters_;
EventModifiersEvdev modifiers_;

Powered by Google App Engine
This is Rietveld 408576698