// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CC_METRICS_WEB_VITAL_METRICS_H_ #define CC_METRICS_WEB_VITAL_METRICS_H_ #include <string> #include "base/time/time.h" #include "cc/cc_export.h" namespace cc { // Web Vital metrics reported from blink to be displayed with cc's HUD display. struct CC_EXPORT WebVitalMetrics { … }; } // namespace cc #endif // CC_METRICS_WEB_VITAL_METRICS_H_