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 601c487fa6b83fae0e7bf1d523375a2ce3bca28d..17c063ca8d5309106966e0a665c4210e9aa07acd 100644 |
--- a/android_webview/browser/parent_output_surface.cc |
+++ b/android_webview/browser/parent_output_surface.cc |
@@ -31,7 +31,8 @@ void ParentOutputSurface::Reshape(const gfx::Size& size, |
surface_size_ = size; |
} |
-void ParentOutputSurface::SwapBuffers(cc::CompositorFrame* frame) { |
+void ParentOutputSurface::SwapBuffers( |
+ std::unique_ptr<cc::CompositorFrame> frame) { |
context_provider_->ContextGL()->ShallowFlushCHROMIUM(); |
client_->DidSwapBuffers(); |
} |