Index: remoting/host/ipc_input_injector.h |
diff --git a/remoting/host/ipc_input_injector.h b/remoting/host/ipc_input_injector.h |
index 0623895d8a3ad7ffe4dabd1980a2c36d00233979..fe3b7723ffc96021f29dc7d15e69dd57cfcc556f 100644 |
--- a/remoting/host/ipc_input_injector.h |
+++ b/remoting/host/ipc_input_injector.h |
@@ -32,6 +32,7 @@ class IpcInputInjector : public InputInjector { |
// InputInjector interface. |
void Start(scoped_ptr<protocol::ClipboardStub> client_clipboard) override; |
+ bool CanInjectTouch() override; |
private: |
// Wraps the IPC channel to the desktop process. |