Index: content/browser/renderer_host/compositor_impl_android.cc |
diff --git a/content/browser/renderer_host/compositor_impl_android.cc b/content/browser/renderer_host/compositor_impl_android.cc |
index 838ec057b606a6595040bd8f44d24232116bc885..abb2c384e09a729ce978db6b865f741dfa3b1505 100644 |
--- a/content/browser/renderer_host/compositor_impl_android.cc |
+++ b/content/browser/renderer_host/compositor_impl_android.cc |
@@ -183,7 +183,6 @@ class OutputSurfaceWithoutParent : public cc::OutputSurface { |
gfx::Rect(frame.gl_frame_data->size)); |
context_provider_->ContextSupport()->Swap(); |
} |
- client_->DidSwapBuffers(); |
} |
bool BindToClient(cc::OutputSurfaceClient* client) override { |
@@ -267,7 +266,6 @@ class VulkanOutputSurface : public cc::OutputSurface { |
void SwapBuffers(cc::CompositorFrame frame) override { |
surface_->SwapBuffers(); |
PostSwapBuffersComplete(); |
- client_->DidSwapBuffers(); |
} |
void Destroy() { |