| Index: remoting/host/event_executor_linux.cc
|
| diff --git a/remoting/host/event_executor_linux.cc b/remoting/host/event_executor_linux.cc
|
| index 14212770c68e16d1c3524db628614f0662cbb77b..dcc7dc0599979711b73a096da438fd48cfe0ae78 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
|
|
|