| Index: content/browser/renderer_host/compositing_iosurface_mac.mm
|
| diff --git a/content/browser/renderer_host/compositing_iosurface_mac.mm b/content/browser/renderer_host/compositing_iosurface_mac.mm
|
| index a9ca7079919955704bf61cb781f02ab051d71414..81612bc90ac97aef795515e1da330596baf1258d 100644
|
| --- a/content/browser/renderer_host/compositing_iosurface_mac.mm
|
| +++ b/content/browser/renderer_host/compositing_iosurface_mac.mm
|
| @@ -497,7 +497,7 @@ bool CompositingIOSurfaceMac::DrawIOSurface(
|
| }
|
| }
|
|
|
| - latency_info_.swap_timestamp = base::TimeTicks::HighResNow();
|
| + latency_info_.Report(ui::INPUT_EVENT_LATENCY_FRAME_SWAP_COMPONENT);
|
| RenderWidgetHostImpl::CompositorFrameDrawn(latency_info_);
|
| latency_info_.Clear();
|
|
|
|
|