| 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 8b9dd49dd6d42d72572a8b89b9550e9152daa551..5fe3d9a0e203623ae1c37e079a9a2ba3de96ad5f 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();
|
|
|