[M108 Migration][VD] Avoid pending frame counter becoming negative
[platform/framework/web/chromium-efl.git] / cc / metrics / web_vital_metrics.cc
1 // Copyright 2020 The Chromium Authors
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #include "cc/metrics/web_vital_metrics.h"
6
7 namespace cc {
8
9 constexpr WebVitalMetrics::MetricsInfo WebVitalMetrics::lcp_info;
10 constexpr WebVitalMetrics::MetricsInfo WebVitalMetrics::fid_info;
11 constexpr WebVitalMetrics::MetricsInfo WebVitalMetrics::cls_info;
12
13 }  // namespace cc