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

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

Issue 281283002: ozone: evdev: Fix cursorless constructor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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
« no previous file with comments | « ui/events/ozone/evdev/event_factory_evdev.h ('k') | ui/ozone/platform/egltest/ozone_platform_egltest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 b1c5c4c381d947b959042348253d0a65dc28dcd0..96e8113ef472ae0463b0d0ec215adb16ba735a98 100644
--- a/ui/events/ozone/evdev/event_factory_evdev.cc
+++ b/ui/events/ozone/evdev/event_factory_evdev.cc
@@ -130,16 +130,6 @@ void CloseInputDevice(const base::FilePath& path,
} // namespace
-EventFactoryEvdev::EventFactoryEvdev()
- : device_manager_(NULL),
- has_started_processing_events_(false),
- ui_task_runner_(base::MessageLoopProxy::current()),
- cursor_(NULL),
- dispatch_callback_(
- base::Bind(base::IgnoreResult(&EventFactoryEvdev::DispatchUiEvent),
- base::Unretained(this))),
- weak_ptr_factory_(this) {}
-
EventFactoryEvdev::EventFactoryEvdev(
CursorDelegateEvdev* cursor,
DeviceManager* device_manager)
« no previous file with comments | « ui/events/ozone/evdev/event_factory_evdev.h ('k') | ui/ozone/platform/egltest/ozone_platform_egltest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698