#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 { … };
}
#endif