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

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

Issue 697823002: OnSwapBuffersComplete in GpuSurfacelessBrowserCompositorOutputSurface is never called. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/compositor/gpu_browser_compositor_output_surface.cc
diff --git a/content/browser/compositor/gpu_browser_compositor_output_surface.cc b/content/browser/compositor/gpu_browser_compositor_output_surface.cc
index ca63bc23d8faabdc562db908caaf776be3aaf5a4..e68c5c8fd20aef7f8d08f38bce7f0ec20f807927 100644
--- a/content/browser/compositor/gpu_browser_compositor_output_surface.cc
+++ b/content/browser/compositor/gpu_browser_compositor_output_surface.cc
@@ -94,7 +94,7 @@ void GpuBrowserCompositorOutputSurface::OnSwapBuffersCompleted(
FROM_HERE,
base::Bind(&RenderWidgetHostImpl::CompositorFrameDrawn, latency_info));
}
- cc::OutputSurface::OnSwapBuffersComplete();
+ OnSwapBuffersComplete();
#endif
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698