chromium/remoting/host/linux/wayland_display_info.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/wayland_display_info.h"

namespace remoting {

DisplayInfo::DisplayInfo() = default;

DisplayInfo::DisplayInfo(int x,
                         int y,
                         int transform,
                         int physical_width,
                         int physical_height,
                         int subpixel)
    :{}

DisplayInfo::DisplayInfo(int width, int height, int refresh)
    :{}

DisplayInfo::DisplayInfo(int scale_factor) :{}

DisplayInfo::DisplayInfo(const DisplayInfo&) = default;
DisplayInfo::DisplayInfo(DisplayInfo&&) = default;
DisplayInfo& DisplayInfo::operator=(const DisplayInfo&) = default;
DisplayInfo& DisplayInfo::operator=(DisplayInfo&) = default;
DisplayInfo::~DisplayInfo() = default;

}  // namespace remoting