| Index: mojo/examples/compositor_app/compositor_app.cc
|
| diff --git a/mojo/examples/compositor_app/compositor_app.cc b/mojo/examples/compositor_app/compositor_app.cc
|
| index 279fe75ea9aba942304bf58193e470dec8df5bb1..516edbb59797428b798e45842436b9df4c298ba0 100644
|
| --- a/mojo/examples/compositor_app/compositor_app.cc
|
| +++ b/mojo/examples/compositor_app/compositor_app.cc
|
| @@ -56,7 +56,7 @@ class SampleApp : public ApplicationDelegate, public NativeViewportClient {
|
| CommandBufferPtr cb;
|
| // TODO(jamesr): Output to a surface instead.
|
| gpu_service_->CreateOnscreenGLES2Context(
|
| - native_viewport_id, Size::From(gfx::Size(800, 600)), Get(&cb));
|
| + native_viewport_id, Size::From(gfx::Size(800, 600)), GetProxy(&cb));
|
| host_.reset(new CompositorHost(cb.PassMessagePipe()));
|
| }
|
|
|
|
|