Index: remoting/host/input_injector_x11.cc |
diff --git a/remoting/host/input_injector_x11.cc b/remoting/host/input_injector_x11.cc |
index 70eeaf727118088f4bf5a1b03cd55a37b01d859c..86a0432f074666046d4cd24e14c47dfd8dd7d846 100644 |
--- a/remoting/host/input_injector_x11.cc |
+++ b/remoting/host/input_injector_x11.cc |
@@ -644,6 +644,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) { |
@@ -654,4 +655,9 @@ scoped_ptr<InputInjector> InputInjector::Create( |
return injector.Pass(); |
} |
+// static |
+bool InputInjector::SupportsTouchEvents() { |
+ return false; |
+} |
+ |
} // namespace remoting |