chromium/remoting/host/linux/desktop_display_info_loader_wayland.cc

// 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.

#include "remoting/host/linux/desktop_display_info_loader_wayland.h"

#include "base/sequence_checker.h"
#include "remoting/host/linux/wayland_manager.h"

namespace remoting {

DesktopDisplayInfoLoaderWayland::DesktopDisplayInfoLoaderWayland() {}

void DesktopDisplayInfoLoaderWayland::Init() {}

DesktopDisplayInfo DesktopDisplayInfoLoaderWayland::GetCurrentDisplayInfo() {}

}  // namespace remoting