| 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 0cd6fb9f119b61356925298ab691c853bd4a2d79..302e5c1071995756ea846b67b445932ae238bd50 100644
|
| --- a/mojo/examples/compositor_app/compositor_host.cc
|
| +++ b/mojo/examples/compositor_app/compositor_host.cc
|
| @@ -26,6 +26,7 @@ CompositorHost::CompositorHost(ScopedMessagePipeHandle command_buffer_handle)
|
| tree_ = cc::LayerTreeHost::CreateThreaded(
|
| this,
|
| NULL,
|
| + NULL,
|
| settings,
|
| base::MessageLoopProxy::current(),
|
| compositor_thread_.message_loop_proxy());
|
|
|