chromium/remoting/host/x11_desktop_resizer.h

// Copyright 2020 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_DESKTOP_RESIZER_H_
#define REMOTING_HOST_X11_DESKTOP_RESIZER_H_

#include <string.h>

#include <list>
#include <utility>

#include "base/memory/ptr_util.h"
#include "base/memory/raw_ptr.h"
#include "base/timer/timer.h"
#include "remoting/host/desktop_display_layout_util.h"
#include "remoting/host/desktop_geometry.h"
#include "remoting/host/linux/gnome_display_config_dbus_client.h"
#include "remoting/host/linux/scoped_glib.h"
#include "ui/gfx/geometry/point.h"
#include "ui/gfx/geometry/rect.h"
#include "ui/gfx/geometry/vector2d.h"
#include "ui/gfx/x/connection.h"
#include "ui/gfx/x/randr.h"

namespace remoting {

class X11CrtcResizer;

// Wrapper class for the XRRScreenResources struct.
class ScreenResources {};

class X11DesktopResizer {};

}  // namespace remoting

#endif  // REMOTING_HOST_X11_DESKTOP_RESIZER_H_