| 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_) {
|
|
|