// 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_LCD_TEXT_METRICS_REPORTER_H_ #define CC_METRICS_LCD_TEXT_METRICS_REPORTER_H_ #include <cstdint> #include <memory> #include "base/memory/raw_ptr.h" #include "base/time/time.h" #include "cc/cc_export.h" namespace viz { struct BeginFrameArgs; } namespace cc { class LayerTreeHostImpl; // See tools/metrics/histograms/histograms.xml for description of the metrics // (names listed in .cc). class CC_EXPORT LCDTextMetricsReporter { … }; } // namespace cc #endif // CC_METRICS_LCD_TEXT_METRICS_REPORTER_H_