| Index: remoting/host/input_injector_x11.cc
|
| diff --git a/remoting/host/input_injector_x11.cc b/remoting/host/input_injector_x11.cc
|
| index 8fc725b0f7be7f9a855a8a5046ca641f62b1e881..4123bb52aa4350de4852ffe6e97bca1f97a34ba9 100644
|
| --- a/remoting/host/input_injector_x11.cc
|
| +++ b/remoting/host/input_injector_x11.cc
|
| @@ -629,6 +629,7 @@ void InputInjectorX11::Core::Stop() {
|
|
|
| } // namespace
|
|
|
| +// static
|
| scoped_ptr<InputInjector> InputInjector::Create(
|
| scoped_refptr<base::SingleThreadTaskRunner> main_task_runner,
|
| scoped_refptr<base::SingleThreadTaskRunner> ui_task_runner) {
|
| @@ -639,4 +640,9 @@ scoped_ptr<InputInjector> InputInjector::Create(
|
| return injector.Pass();
|
| }
|
|
|
| +// static
|
| +bool InputInjector::CanInjectTouch() {
|
| + return false;
|
| +}
|
| +
|
| } // namespace remoting
|
|
|