// 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_THROUGHPUT_TRACKER_HOST_H_ #define UI_COMPOSITOR_THROUGHPUT_TRACKER_HOST_H_ #include "base/functional/callback_forward.h" #include "cc/metrics/frame_sequence_tracker.h" #include "ui/compositor/compositor_export.h" namespace ui { // An interface for ThroughputTracker to call its host. class COMPOSITOR_EXPORT ThroughputTrackerHost { … }; } // namespace ui #endif // UI_COMPOSITOR_THROUGHPUT_TRACKER_HOST_H_