[go: nahoru, domu]

blob: 848e2591f9c9fe76082224ed50eab87a0883a76f [file] [log] [blame]
Avi Drissman3f7a9d82022-09-08 20:55:421// Copyright 2020 The Chromium Authors
Weiliang Chen14358972020-11-20 22:20:542// 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
7namespace cc {
8
Weiliang Chen36891a22020-11-24 00:16:559constexpr WebVitalMetrics::MetricsInfo WebVitalMetrics::lcp_info;
10constexpr WebVitalMetrics::MetricsInfo WebVitalMetrics::fid_info;
11constexpr WebVitalMetrics::MetricsInfo WebVitalMetrics::cls_info;
12
Weiliang Chen14358972020-11-20 22:20:5413} // namespace cc