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

Unified Diff: content/browser/compositor/offscreen_browser_compositor_output_surface.cc

Issue 2403373002: cc: Clean up OutputSurfaceClient. (Closed)
Patch Set: osclient: rebase 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: content/browser/compositor/offscreen_browser_compositor_output_surface.cc
diff --git a/content/browser/compositor/offscreen_browser_compositor_output_surface.cc b/content/browser/compositor/offscreen_browser_compositor_output_surface.cc
index 122a39500fd95ab9ccce0f3afa7609873483b76d..8fdff08bfbdc2f41593d49485e166b44bcb59958 100644
--- a/content/browser/compositor/offscreen_browser_compositor_output_surface.cc
+++ b/content/browser/compositor/offscreen_browser_compositor_output_surface.cc
@@ -181,7 +181,7 @@ void OffscreenBrowserCompositorOutputSurface::OnReflectorChanged() {
}
void OffscreenBrowserCompositorOutputSurface::OnSwapBuffersComplete() {
- client_->DidSwapBuffersComplete();
+ client_->DidReceiveSwapBuffersAck();
}
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698