Index: content/browser/renderer_host/compositor_impl_android.cc |
diff --git a/content/browser/renderer_host/compositor_impl_android.cc b/content/browser/renderer_host/compositor_impl_android.cc |
index bfc265f4d4af18e2450629f11828e91d382043fa..88fc659b2001cd8ed269b0844195e9f70a14e681 100644 |
--- a/content/browser/renderer_host/compositor_impl_android.cc |
+++ b/content/browser/renderer_host/compositor_impl_android.cc |
@@ -230,7 +230,7 @@ class AndroidOutputSurface : public cc::OutputSurface { |
~AndroidOutputSurface() override = default; |
void SwapBuffers(cc::OutputSurfaceFrame frame) override { |
- GetCommandBufferProxy()->SetLatencyInfo(frame.latency_info); |
+ GetCommandBufferProxy()->AddLatencyInfo(frame.latency_info); |
if (frame.sub_buffer_rect) { |
DCHECK(frame.sub_buffer_rect->IsEmpty()); |
context_provider_->ContextSupport()->CommitOverlayPlanes(); |