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

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

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/key_event_converter.cc ('k') | ui/events/ozone/evdev/touch_event_converter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/ozone/evdev/touch_event_converter.h
diff --git a/ui/events/ozone/evdev/touch_event_converter.h b/ui/events/ozone/evdev/touch_event_converter.h
index b18abeac72ff2187c4badc69d01bc8e6a05110cd..56c96ad4aeb2754450adc25c5c4fcc5a1d97f1d7 100644
--- a/ui/events/ozone/evdev/touch_event_converter.h
+++ b/ui/events/ozone/evdev/touch_event_converter.h
@@ -12,14 +12,14 @@
#include "base/message_loop/message_pump_libevent.h"
#include "ui/events/event_constants.h"
#include "ui/events/events_export.h"
-#include "ui/events/ozone/event_converter_ozone.h"
+#include "ui/events/ozone/evdev/event_converter.h"
namespace ui {
class TouchEvent;
class EVENTS_EXPORT TouchEventConverterEvdev
- : public EventConverterOzone,
+ : public EventConverterEvdev,
base::MessagePumpLibevent::Watcher {
public:
enum {
« no previous file with comments | « ui/events/ozone/evdev/key_event_converter.cc ('k') | ui/events/ozone/evdev/touch_event_converter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698