Index: mojo/examples/compositor_app/compositor_host.cc |
diff --git a/mojo/examples/compositor_app/compositor_host.cc b/mojo/examples/compositor_app/compositor_host.cc |
index 31601456aa4f68fdcdd461aeb83b5ce8f9e48869..1c47cdb59caa7b6e124d1d6a10170011733c6f35 100644 |
--- a/mojo/examples/compositor_app/compositor_host.cc |
+++ b/mojo/examples/compositor_app/compositor_host.cc |
@@ -23,7 +23,11 @@ CompositorHost::CompositorHost(ScopedMessagePipeHandle command_buffer_handle) |
cc::LayerTreeSettings settings; |
tree_ = cc::LayerTreeHost::CreateThreaded( |
- this, NULL, settings, compositor_thread_.message_loop_proxy()); |
+ this, |
+ NULL, |
+ settings, |
+ base::MessageLoopProxy::current(), |
+ compositor_thread_.message_loop_proxy()); |
SetupScene(); |
} |