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( |