chromium/remoting/host/linux/desktop_resizer_wayland.h

// Copyright 2023 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_LINUX_DESKTOP_RESIZER_WAYLAND_H_
#define REMOTING_HOST_LINUX_DESKTOP_RESIZER_WAYLAND_H_

#include <memory>

#include "remoting/host/base/screen_resolution.h"
#include "remoting/host/desktop_resizer.h"

namespace remoting {

class DesktopResizerWayland : public DesktopResizer {};

}  // namespace remoting

#endif  // REMOTING_HOST_LINUX_DESKTOP_RESIZER_WAYLAND_H_