diff options
Diffstat (limited to 'remoting/host/event_executor_linux.cc')
-rw-r--r-- | remoting/host/event_executor_linux.cc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/remoting/host/event_executor_linux.cc b/remoting/host/event_executor_linux.cc index 1421277..dcc7dc0 100644 --- a/remoting/host/event_executor_linux.cc +++ b/remoting/host/event_executor_linux.cc @@ -437,4 +437,9 @@ void EventExecutorLinux::InjectMouseEvent(const MouseEvent* event, delete done; } +protocol::InputStub* CreateEventExecutor(MessageLoop* message_loop, + Capturer* capturer) { + return new EventExecutorLinux(message_loop, capturer); +} + } // namespace remoting |