// 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. #include "components/viz/service/performance_hint/boost_manager.h" namespace viz { namespace { BoostType; } base::TimeDelta BoostManager::GetFrameDurationAndMaybeUpdateBoostType( base::TimeDelta target_duration, base::TimeDelta actual_duration, base::TimeTicks draw_start, BoostType preferable_boost_type) { … } void BoostManager::MaybeUpdateBoostType(base::TimeTicks draw_start, BoostType boost_type) { … } } // namespace viz