| Index: remoting/host/input_injector_win.cc
|
| diff --git a/remoting/host/input_injector_win.cc b/remoting/host/input_injector_win.cc
|
| index c40e1508fcc85814d7f00cfc44b6e29baabcf241..d7eca5da6215e1da0cb47d50ad3b29599e3fdbe8 100644
|
| --- a/remoting/host/input_injector_win.cc
|
| +++ b/remoting/host/input_injector_win.cc
|
| @@ -329,4 +329,11 @@ scoped_ptr<InputInjector> InputInjector::Create(
|
| new InputInjectorWin(main_task_runner, ui_task_runner));
|
| }
|
|
|
| +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
|
|
|