chromium/third_party/blink/renderer/platform/scheduler/main_thread/policy_updater.h

// Copyright 2024 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef THIRD_PARTY_BLINK_RENDERER_PLATFORM_SCHEDULER_MAIN_THREAD_POLICY_UPDATER_H_
#define THIRD_PARTY_BLINK_RENDERER_PLATFORM_SCHEDULER_MAIN_THREAD_POLICY_UPDATER_H_

#include "base/memory/raw_ptr.h"
#include "base/memory/stack_allocated.h"

namespace blink::scheduler {

class AgentGroupSchedulerImpl;
class FrameSchedulerImpl;
class PageSchedulerImpl;

// Updates policy for a frame, page or agent at the end of a scope.
class PolicyUpdater {};

}  // namespace blink::scheduler

#endif  // THIRD_PARTY_BLINK_RENDERER_PLATFORM_SCHEDULER_MAIN_THREAD_POLICY_UPDATER_H_