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

Unified Diff: remoting/host/it2me/it2me_host.cc

Issue 1033913003: Touch Events capability negotiation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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/it2me/it2me_host.cc
diff --git a/remoting/host/it2me/it2me_host.cc b/remoting/host/it2me/it2me_host.cc
index 0ea715f3231449342b66acbac4b380b5e30e9ff4..fddfc936501bb1d071dad2f5393d509f6425b95f 100644
--- a/remoting/host/it2me/it2me_host.cc
+++ b/remoting/host/it2me/it2me_host.cc
@@ -19,6 +19,7 @@
#include "remoting/host/host_status_logger.h"
#include "remoting/host/it2me/it2me_confirmation_dialog.h"
#include "remoting/host/it2me_desktop_environment.h"
+#include "remoting/host/multi_touch_capability.h"
#include "remoting/host/policy_watcher.h"
#include "remoting/host/register_support_host_request.h"
#include "remoting/host/session_manager_factory.h"
@@ -69,6 +70,7 @@ void It2MeHost::Connect() {
host_context_->network_task_runner(),
host_context_->input_task_runner(),
host_context_->ui_task_runner()));
+ desktop_environment_factory_->SetEnableMultiTouch(MultiTouchCapable());
// Start monitoring configured policies.
policy_watcher_->StartWatching(

Powered by Google App Engine
This is Rietveld 408576698