| Index: content/renderer/gpu/compositor_output_surface.cc
|
| diff --git a/content/renderer/gpu/compositor_output_surface.cc b/content/renderer/gpu/compositor_output_surface.cc
|
| index c6424415e1add67e3d71ffdea014a592ab89492e..8c4dc11fc3890aa0d331e64d7319659844a95626 100644
|
| --- a/content/renderer/gpu/compositor_output_surface.cc
|
| +++ b/content/renderer/gpu/compositor_output_surface.cc
|
| @@ -164,7 +164,7 @@ void CompositorOutputSurface::SwapBuffers(cc::CompositorFrame* frame) {
|
| if (use_swap_compositor_frame_message_) {
|
| Send(new ViewHostMsg_SwapCompositorFrame(routing_id_,
|
| output_surface_id_,
|
| - *frame));
|
| + *frame);
|
| client_->DidSwapBuffers();
|
| return;
|
| }
|
|
|