Index: remoting/host/simple_host_process.cc |
diff --git a/remoting/host/simple_host_process.cc b/remoting/host/simple_host_process.cc |
index fd7841314782bac3f9b55820055d15273737ce55..bb87ee4779decd5dc3ed470d615d9823d3ac69f7 100644 |
--- a/remoting/host/simple_host_process.cc |
+++ b/remoting/host/simple_host_process.cc |
@@ -224,8 +224,9 @@ class SimpleHost : public HeartbeatSender::Listener { |
if (fake_) { |
scoped_ptr<Capturer> capturer(new CapturerFake()); |
scoped_ptr<EventExecutor> event_executor = |
- EventExecutor::Create( |
- context_.desktop_message_loop(), capturer.get()); |
+ EventExecutor::Create(context_.desktop_message_loop(), |
+ context_.ui_message_loop(), |
+ capturer.get()); |
desktop_environment_ = DesktopEnvironment::CreateFake( |
&context_, capturer.Pass(), event_executor.Pass()); |
} else { |