chromium/remoting/host/x11_crtc_resizer.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_HOST_X11_CRTC_RESIZER_H_
#define REMOTING_HOST_X11_CRTC_RESIZER_H_

#include <vector>

#include "base/containers/flat_set.h"
#include "base/memory/raw_ptr.h"
#include "ui/gfx/geometry/rect.h"
#include "ui/gfx/geometry/size.h"
#include "ui/gfx/x/randr.h"

namespace remoting {

// Helper class for DesktopResizerX11 which handles much of the logic
// for arranging and resizing a set of active CRTCs.
class X11CrtcResizer {};

}  // namespace remoting

#endif  // REMOTING_HOST_X11_CRTC_RESIZER_H_