| Index: content/browser/compositor/gpu_browser_compositor_output_surface.cc
|
| diff --git a/content/browser/compositor/gpu_browser_compositor_output_surface.cc b/content/browser/compositor/gpu_browser_compositor_output_surface.cc
|
| index 3b79d546d4272f4c8608f441e81879faf3d86ed8..efa805261e9d914d261aeaf5d7f46b7119ce8646 100644
|
| --- a/content/browser/compositor/gpu_browser_compositor_output_surface.cc
|
| +++ b/content/browser/compositor/gpu_browser_compositor_output_surface.cc
|
| @@ -35,7 +35,6 @@ void GpuBrowserCompositorOutputSurface::SwapBuffers(
|
| CommandBufferProxyImpl* command_buffer_proxy =
|
| provider_command_buffer->GetCommandBufferProxy();
|
| DCHECK(command_buffer_proxy);
|
| - context_provider_->ContextGL()->ShallowFlushCHROMIUM();
|
| command_buffer_proxy->SetLatencyInfo(frame->metadata.latency_info);
|
|
|
| if (reflector_.get()) {
|
|
|