Index: remoting/host/event_executor_linux.cc |
diff --git a/remoting/host/event_executor_linux.cc b/remoting/host/event_executor_linux.cc |
index 794fa71810ce7ee2656d385065bc3851ac38f6e8..b7f2d455c5063fdf226163077361eb1e435217d2 100644 |
--- a/remoting/host/event_executor_linux.cc |
+++ b/remoting/host/event_executor_linux.cc |
@@ -398,6 +398,7 @@ void EventExecutorLinux::InjectMouseEvent(const MouseEvent& event) { |
} // namespace |
EventExecutor* EventExecutor::Create(MessageLoop* message_loop, |
+ base::MessageLoopProxy* io_message_loop, |
Capturer* capturer) { |
EventExecutorLinux* executor = new EventExecutorLinux(message_loop, capturer); |
if (!executor->Init()) { |