Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(892)

Unified Diff: remoting/host/ipc_input_injector.cc

Issue 1033913003: Touch Events capability negotiation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: should fix mac build Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: remoting/host/ipc_input_injector.cc
diff --git a/remoting/host/ipc_input_injector.cc b/remoting/host/ipc_input_injector.cc
index 3a2132f23a23dfe1fbc4c9e23f1ba042cc09065a..6f12909cdb1113ccc5ebddacce198444d3b18c76 100644
--- a/remoting/host/ipc_input_injector.cc
+++ b/remoting/host/ipc_input_injector.cc
@@ -42,4 +42,8 @@ void IpcInputInjector::Start(
desktop_session_proxy_->StartInputInjector(client_clipboard.Pass());
}
+bool IpcInputInjector::CanInjectTouch() {
+ return InputInjector::DefaultCanInjectTouch();
Wez 2015/04/09 22:58:59 Can you extend the DesktopSessionProxy to get this
Rintaro Kuroiwa 2015/04/20 18:20:03 As discussed offline, we need a synchronous IPC to
+}
+
} // namespace remoting

Powered by Google App Engine
This is Rietveld 408576698