| Index: remoting/host/simple_host_process.cc
|
| diff --git a/remoting/host/simple_host_process.cc b/remoting/host/simple_host_process.cc
|
| index 932f32ec217a3bc3c0ad3c08ecc6105427461cc7..68cbe455a2666497070cbc9f1a435d7440d47bf5 100644
|
| --- a/remoting/host/simple_host_process.cc
|
| +++ b/remoting/host/simple_host_process.cc
|
| @@ -219,8 +219,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 {
|
|
|