Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2052)

Unified Diff: android_webview/browser/parent_output_surface.cc

Issue 2374183006: Remove GLFrameData from CompositorFrame. (Closed)
Patch Set: Rebase + fix includes. Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 ee88fa1356abb3fc14d35603aa1fa1e2883f20d8..175a43ab15c0764f3555631f3cc0855d0085060a 100644
--- a/android_webview/browser/parent_output_surface.cc
+++ b/android_webview/browser/parent_output_surface.cc
@@ -43,7 +43,7 @@ void ParentOutputSurface::Reshape(const gfx::Size& size,
surface_size_ = size;
}
-void ParentOutputSurface::SwapBuffers(cc::CompositorFrame frame) {
+void ParentOutputSurface::SwapBuffers(cc::OutputSurfaceFrame frame) {
context_provider_->ContextGL()->ShallowFlushCHROMIUM();
}

Powered by Google App Engine
This is Rietveld 408576698