Index: remoting/host/simple_host_process.cc |
diff --git a/remoting/host/simple_host_process.cc b/remoting/host/simple_host_process.cc |
index 0c4ff262d68898cf7ad940b729e515da5d02a9a7..9ecb5234b368aff64e953d0be58362bb86416590 100644 |
--- a/remoting/host/simple_host_process.cc |
+++ b/remoting/host/simple_host_process.cc |
@@ -190,7 +190,7 @@ class SimpleHost { |
remoting::LocalInputMonitor::Create(); |
host = ChromotingHost::Create( |
&context, config, |
- new DesktopEnvironment(capturer, event_executor, curtain, |
+ new DesktopEnvironment(&context, capturer, event_executor, curtain, |
disconnect_window, continue_window, |
local_input_monitor), |
access_verifier.release()); |