| Index: cc/trees/layer_tree_host_impl.cc
|
| diff --git a/cc/trees/layer_tree_host_impl.cc b/cc/trees/layer_tree_host_impl.cc
|
| index 5f62cb6ccf6a17a3a62f36a4917308a9196b5852..2888171aaf244174c0f8c8ba6f40797f3ff3d960 100644
|
| --- a/cc/trees/layer_tree_host_impl.cc
|
| +++ b/cc/trees/layer_tree_host_impl.cc
|
| @@ -1734,7 +1734,7 @@ bool LayerTreeHostImpl::DrawLayers(FrameData* frame) {
|
| if (!latency.FindLatency(ui::INPUT_EVENT_LATENCY_RENDERER_SWAP_COMPONENT, 0,
|
| nullptr)) {
|
| latency.AddLatencyNumber(ui::INPUT_EVENT_LATENCY_RENDERER_SWAP_COMPONENT,
|
| - 0, 0);
|
| + 0);
|
| }
|
| }
|
|
|
|
|