// Copyright 2022 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_EVENT_LATENCY_TRACING_RECORDER_H_ #define CC_METRICS_EVENT_LATENCY_TRACING_RECORDER_H_ #include <vector> #include "base/time/time.h" #include "cc/metrics/compositor_frame_reporter.h" namespace cc { class EventMetrics; class EventLatencyTracingRecorder { … }; } // namespace cc #endif // CC_METRICS_EVENT_LATENCY_TRACING_RECORDER_H_