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

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

Issue 2814483002: Splitting up RenderWidgetHostLatencyTracker and some renames. (Closed)
Patch Set: [Moving OnGpuSwapBuffersCompleted() back up. Created 3 years, 8 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
« no previous file with comments | « content/browser/BUILD.gn ('k') | content/browser/renderer_host/DEPS » ('j') | 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 fa4f72eeee49ae5bb716f0584f31367d6d6e6f0c..959460452af8f9e6c6bd44f07d9b7446b5547d44 100644
--- a/content/browser/compositor/gpu_browser_compositor_output_surface.cc
+++ b/content/browser/compositor/gpu_browser_compositor_output_surface.cc
@@ -105,7 +105,7 @@ void GpuBrowserCompositorOutputSurface::Reshape(
void GpuBrowserCompositorOutputSurface::SwapBuffers(
cc::OutputSurfaceFrame frame) {
- GetCommandBufferProxy()->SetLatencyInfo(frame.latency_info);
+ GetCommandBufferProxy()->AddLatencyInfo(frame.latency_info);
gfx::Size surface_size = frame.size;
if (reflector_) {
« no previous file with comments | « content/browser/BUILD.gn ('k') | content/browser/renderer_host/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698