| Index: remoting/host/input_injector_linux.cc
|
| diff --git a/remoting/host/input_injector_linux.cc b/remoting/host/input_injector_linux.cc
|
| index 3e4a5f6a26b05c67f20ca0fbe41315ff52756a09..a5114da76adf54f042d789f6f32a6e30e6edea58 100644
|
| --- a/remoting/host/input_injector_linux.cc
|
| +++ b/remoting/host/input_injector_linux.cc
|
| @@ -611,4 +611,11 @@ scoped_ptr<InputInjector> InputInjector::Create(
|
| return injector.PassAs<InputInjector>();
|
| }
|
|
|
| +scoped_ptr<InputInjector> Create(
|
| + scoped_refptr<base::SingleThreadTaskRunner> main_task_runner,
|
| + scoped_refptr<base::SingleThreadTaskRunner> ui_task_runner,
|
| + webrtc::WindowId windowId,
|
| + bool enable_window_capture) {
|
| +}
|
| +
|
| } // namespace remoting
|
|
|