chromium/remoting/host/base/screen_controls.h

// Copyright 2013 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_HOST_BASE_SCREEN_CONTROLS_H_
#define REMOTING_HOST_BASE_SCREEN_CONTROLS_H_

#include <optional>

#include "third_party/webrtc/modules/desktop_capture/desktop_capture_types.h"

namespace remoting {

namespace protocol {
class VideoLayout;
}  // namespace protocol

class ScreenResolution;

// Used to change the screen resolution (both dimensions and DPI).
class ScreenControls {};

}  // namespace remoting

#endif  // REMOTING_HOST_BASE_SCREEN_CONTROLS_H_