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

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

Issue 149503003: Remove common EventConverterOzone class & move to EventConverterEvdev (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: s/DispatchEventHelper/DispatchEventTask/ 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
« no previous file with comments | « ui/events/ozone/evdev/event_factory.h ('k') | ui/events/ozone/evdev/event_modifiers.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/ozone/evdev/event_factory.cc
diff --git a/ui/events/ozone/evdev/event_factory.cc b/ui/events/ozone/evdev/event_factory.cc
index 8cd0d6371eabf7b8848b3909dc424bbf3227f1fd..e3db9355537c739e78c87e652d0d491540897ec1 100644
--- a/ui/events/ozone/evdev/event_factory.cc
+++ b/ui/events/ozone/evdev/event_factory.cc
@@ -65,7 +65,7 @@ void EventFactoryEvdev::AttachInputDevice(const base::FilePath& path) {
}
// TODO(spang) Add more device types. Support hot-plugging.
- scoped_ptr<EventConverterOzone> converter;
+ scoped_ptr<EventConverterEvdev> converter;
if (IsTouchScreen(devinfo))
converter.reset(new TouchEventConverterEvdev(fd, path));
else if (devinfo.HasEventType(EV_KEY))
« no previous file with comments | « ui/events/ozone/evdev/event_factory.h ('k') | ui/events/ozone/evdev/event_modifiers.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698