Index: examples/surfaces_app/child_gl_impl.cc |
diff --git a/examples/surfaces_app/child_gl_impl.cc b/examples/surfaces_app/child_gl_impl.cc |
index 4f91f3d9b7c44d8ad2ad721755458ba41148ebc3..fe4f23225187a480d2cfdbe41fbd231815d31211 100644 |
--- a/examples/surfaces_app/child_gl_impl.cc |
+++ b/examples/surfaces_app/child_gl_impl.cc |
@@ -177,7 +177,8 @@ void ChildGLImpl::Draw() { |
scoped_ptr<CompositorFrame> frame(new CompositorFrame); |
frame->delegated_frame_data = delegated_frame_data.Pass(); |
- surface_->SubmitFrame(mojo::SurfaceId::From(id_), mojo::Frame::From(*frame)); |
+ surface_->SubmitFrame(mojo::SurfaceId::From(id_), mojo::Frame::From(*frame), |
+ mojo::Closure()); |
base::MessageLoop::current()->PostDelayedTask( |
FROM_HERE, |