Index: remoting/host/event_executor_linux.cc |
diff --git a/remoting/host/event_executor_linux.cc b/remoting/host/event_executor_linux.cc |
index f2e68b85004f682ee59b3e6a579229fc13aa692a..acb64cc9d403b975f0634f0b53fa76c2e2dd6678 100644 |
--- a/remoting/host/event_executor_linux.cc |
+++ b/remoting/host/event_executor_linux.cc |
@@ -427,6 +427,7 @@ void EventExecutorLinux::InjectMouseEvent(const MouseEvent& event) { |
} // namespace |
EventExecutor* EventExecutor::Create(MessageLoop* message_loop, |
+ IPC::ChannelProxy* chromoting_session, |
Capturer* capturer) { |
EventExecutorLinux* executor = new EventExecutorLinux(message_loop, capturer); |
if (!executor->Init()) { |