chromium/ui/aura/host_frame_rate_throttler.h

// Copyright 2021 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_AURA_HOST_FRAME_RATE_THROTTLER_H_
#define UI_AURA_HOST_FRAME_RATE_THROTTLER_H_

#include "base/containers/flat_set.h"
#include "base/memory/raw_ptr.h"
#include "base/no_destructor.h"
#include "ui/aura/aura_export.h"

namespace aura {

class WindowTreeHost;

// Used to throttle the frame rate of hosts that are occluded.
class AURA_EXPORT HostFrameRateThrottler {};

}  // namespace aura

#endif  // UI_AURA_HOST_FRAME_RATE_THROTTLER_H_