// 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 UI_COMPOSITOR_TEST_THROUGHPUT_REPORT_CHECKER_H_ #define UI_COMPOSITOR_TEST_THROUGHPUT_REPORT_CHECKER_H_ #include "base/functional/bind.h" #include "base/memory/raw_ptr.h" #include "cc/metrics/frame_sequence_metrics.h" namespace ui { class AnimationThroughputReporterTestBase; class ThroughputReportChecker { … }; } // namespace ui #endif // UI_COMPOSITOR_TEST_THROUGHPUT_REPORT_CHECKER_H_