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

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

Issue 255823009: [WIP] ui/window: Master CL. 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.cc
diff --git a/ui/events/ozone/evdev/event_factory_evdev.cc b/ui/events/ozone/evdev/event_factory_evdev.cc
index a36d9e7118708cad33828dbb680adeababbc7a04..2e25cc4eb8c62b5ff68601befd7093cf44c22b7a 100644
--- a/ui/events/ozone/evdev/event_factory_evdev.cc
+++ b/ui/events/ozone/evdev/event_factory_evdev.cc
@@ -153,7 +153,7 @@ EventFactoryEvdev::EventFactoryEvdev(CursorDelegateEvdev* cursor)
EventFactoryEvdev::~EventFactoryEvdev() { STLDeleteValues(&converters_); }
void EventFactoryEvdev::DispatchUiEvent(Event* event) {
- EventFactoryOzone::DispatchEvent(event);
+ DispatchEvent(event);
}
void EventFactoryEvdev::AttachInputDevice(

Powered by Google App Engine
This is Rietveld 408576698