| Index: cc/surfaces/compositor_frame_sink_support.cc
|
| diff --git a/cc/surfaces/compositor_frame_sink_support.cc b/cc/surfaces/compositor_frame_sink_support.cc
|
| index 962c0233537ce63b27f715b158fa63ef1fed81de..f61a024ed86fe94d8dca54df0e3654affdcce496 100644
|
| --- a/cc/surfaces/compositor_frame_sink_support.cc
|
| +++ b/cc/surfaces/compositor_frame_sink_support.cc
|
| @@ -126,7 +126,7 @@ bool CompositorFrameSinkSupport::SubmitCompositorFrame(
|
| for (ui::LatencyInfo& latency : frame.metadata.latency_info) {
|
| if (latency.latency_components().size() > 0) {
|
| latency.AddLatencyNumber(ui::DISPLAY_COMPOSITOR_RECEIVED_FRAME_COMPONENT,
|
| - 0, 0);
|
| + 0);
|
| }
|
| }
|
|
|
|
|