| Index: mojo/services/surfaces/surfaces_impl.cc
|
| diff --git a/mojo/services/surfaces/surfaces_impl.cc b/mojo/services/surfaces/surfaces_impl.cc
|
| index 7f24a0fb954902b8e4af47c04aa088ce0a0ee01a..410e8d0d9a27fd73e91005e26a55658901d0fa6a 100644
|
| --- a/mojo/services/surfaces/surfaces_impl.cc
|
| +++ b/mojo/services/surfaces/surfaces_impl.cc
|
| @@ -49,7 +49,8 @@ void SurfacesImpl::SubmitFrame(SurfaceIdPtr id, FramePtr frame_ptr) {
|
| << " should be namespace " << id_namespace_;
|
| return;
|
| }
|
| - factory_.SubmitFrame(id.To<cc::SurfaceId>(), mojo::ConvertTo(frame_ptr));
|
| + factory_.SubmitFrame(
|
| + id.To<cc::SurfaceId>(), mojo::ConvertTo(frame_ptr), base::Closure());
|
| client_->FrameSubmitted();
|
| }
|
|
|
|
|