| Index: content/browser/compositor/offscreen_browser_compositor_output_surface.cc
|
| diff --git a/content/browser/compositor/offscreen_browser_compositor_output_surface.cc b/content/browser/compositor/offscreen_browser_compositor_output_surface.cc
|
| index 3b06fb0137d0ef831e53f5abb3ed81242849d4db..ab2a12f23b2daaf16879af01c82603dae108e7b7 100644
|
| --- a/content/browser/compositor/offscreen_browser_compositor_output_surface.cc
|
| +++ b/content/browser/compositor/offscreen_browser_compositor_output_surface.cc
|
| @@ -146,8 +146,6 @@ void OffscreenBrowserCompositorOutputSurface::SwapBuffers(
|
| reflector_->OnSourcePostSubBuffer(frame.gl_frame_data->sub_buffer_rect);
|
| }
|
|
|
| - client_->DidSwapBuffers();
|
| -
|
| // TODO(oshima): sync with the reflector's SwapBuffersComplete
|
| // (crbug.com/520567).
|
| // The original implementation had a flickering issue (crbug.com/515332).
|
|
|