// Copyright 2023 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_PREDICTOR_JANK_TRACKER_H_ #define CC_METRICS_PREDICTOR_JANK_TRACKER_H_ #include <optional> #include "base/time/time.h" #include "cc/cc_export.h" #include "cc/metrics/event_metrics.h" #include "cc/metrics/scroll_jank_ukm_reporter.h" namespace cc { class CC_EXPORT PredictorJankTracker { … }; } // namespace cc #endif // CC_METRICS_PREDICTOR_JANK_TRACKER_H_