| Index: android_webview/browser/parent_output_surface.cc
|
| diff --git a/android_webview/browser/parent_output_surface.cc b/android_webview/browser/parent_output_surface.cc
|
| index 7373d39246019c5a78057b5de07309c46f79cafc..79b855d7045e50cd6773734bc634ee00983d6454 100644
|
| --- a/android_webview/browser/parent_output_surface.cc
|
| +++ b/android_webview/browser/parent_output_surface.cc
|
| @@ -35,7 +35,6 @@ void ParentOutputSurface::Reshape(const gfx::Size& size,
|
|
|
| void ParentOutputSurface::SwapBuffers(cc::CompositorFrame frame) {
|
| context_provider_->ContextGL()->ShallowFlushCHROMIUM();
|
| - client_->DidSwapBuffers();
|
| }
|
|
|
| void ParentOutputSurface::ApplyExternalStencil() {
|
|
|