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

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

Issue 2143263002: cc: Remove OutputSurfaceClient::DidSwapBuffers(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: removedidswap: fix-webview-swap Created 4 years, 5 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/software_browser_compositor_output_surface.cc
diff --git a/content/browser/compositor/software_browser_compositor_output_surface.cc b/content/browser/compositor/software_browser_compositor_output_surface.cc
index 250a9ce470861a0b2f8b0cfbda5c2bbf1fac3599..2ef0c42ec5855c4e5b7469e7c11de1568fbef3f1 100644
--- a/content/browser/compositor/software_browser_compositor_output_surface.cc
+++ b/content/browser/compositor/software_browser_compositor_output_surface.cc
@@ -54,7 +54,6 @@ void SoftwareBrowserCompositorOutputSurface::SwapBuffers(
weak_factory_.GetWeakPtr()));
}
PostSwapBuffersComplete();
- client_->DidSwapBuffers();
}
void SoftwareBrowserCompositorOutputSurface::BindFramebuffer() {

Powered by Google App Engine
This is Rietveld 408576698