chromium/remoting/codec/video_encoder_active_map.h

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

#ifndef REMOTING_CODEC_VIDEO_ENCODER_ACTIVE_MAP_H_
#define REMOTING_CODEC_VIDEO_ENCODER_ACTIVE_MAP_H_

#include <memory>

#include <stdint.h>

#include "third_party/webrtc/modules/desktop_capture/desktop_geometry.h"
#include "third_party/webrtc/modules/desktop_capture/desktop_region.h"

namespace remoting {

class VideoEncoderActiveMap {};

}  // namespace remoting

#endif  // REMOTING_CODEC_VIDEO_ENCODER_ACTIVE_MAP_H_