chromium/remoting/host/linux/wayland_desktop_capturer.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_LINUX_WAYLAND_DESKTOP_CAPTURER_H_
#define REMOTING_HOST_LINUX_WAYLAND_DESKTOP_CAPTURER_H_

#include "base/memory/weak_ptr.h"
#include "remoting/host/base/screen_resolution.h"
#include "remoting/protocol/desktop_capturer.h"
#include "third_party/webrtc/modules/desktop_capture/desktop_capture_metadata.h"
#include "third_party/webrtc/modules/desktop_capture/desktop_capture_options.h"
#include "third_party/webrtc/modules/desktop_capture/desktop_capture_types.h"
#include "third_party/webrtc/modules/desktop_capture/linux/wayland/base_capturer_pipewire.h"

namespace remoting {

class WaylandDesktopCapturer : public DesktopCapturer,
                               public webrtc::ScreenCastPortal::PortalNotifier {};

}  // namespace remoting

#endif  // REMOTING_HOST_LINUX_WAYLAND_DESKTOP_CAPTURER_H_