// 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 COMPONENTS_VIZ_SERVICE_PERFORMANCE_HINT_BOOST_MANAGER_H_ #define COMPONENTS_VIZ_SERVICE_PERFORMANCE_HINT_BOOST_MANAGER_H_ #include "base/metrics/field_trial_params.h" #include "components/viz/common/features.h" #include "components/viz/service/performance_hint/hint_session.h" namespace viz { class VIZ_SERVICE_EXPORT BoostManager { … }; } // namespace viz #endif // COMPONENTS_VIZ_SERVICE_PERFORMANCE_HINT_BOOST_MANAGER_H_