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

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

Issue 875513005: [PATCH 10/11] ozone: evdev: Add a device factory proxy that forwards to device thread (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updates for events_unittests Created 5 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/input_controller_evdev.cc
diff --git a/ui/events/ozone/evdev/input_controller_evdev.cc b/ui/events/ozone/evdev/input_controller_evdev.cc
index f46556111750382a9b17d3fbf3fcf420ae94728a..e705905421398b3f77c4b0f02ed22383c46c2b03 100644
--- a/ui/events/ozone/evdev/input_controller_evdev.cc
+++ b/ui/events/ozone/evdev/input_controller_evdev.cc
@@ -7,7 +7,7 @@
#include <linux/input.h>
#include <vector>
-#include "ui/events/ozone/evdev/input_device_factory_evdev.h"
+#include "ui/events/ozone/evdev/input_device_factory_proxy_evdev.h"
#include "ui/events/ozone/evdev/keyboard_evdev.h"
#include "ui/events/ozone/evdev/mouse_button_map_evdev.h"
@@ -26,7 +26,7 @@ InputControllerEvdev::~InputControllerEvdev() {
}
void InputControllerEvdev::SetInputDeviceFactory(
- InputDeviceFactoryEvdev* input_device_factory) {
+ InputDeviceFactoryProxyEvdev* input_device_factory) {
input_device_factory_ = input_device_factory;
}

Powered by Google App Engine
This is Rietveld 408576698