chromium/ui/display/screen_infos.cc

// Copyright 2021 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "ui/display/screen_infos.h"

#include "base/ranges/algorithm.h"

namespace display {

ScreenInfos::ScreenInfos() = default;
ScreenInfos::ScreenInfos(const ScreenInfo& screen_info)
    :{}
ScreenInfos::ScreenInfos(const ScreenInfos& other) = default;
ScreenInfos::~ScreenInfos() = default;
ScreenInfos& ScreenInfos::operator=(const ScreenInfos& other) = default;
bool ScreenInfos::operator==(const ScreenInfos& other) const {}

bool ScreenInfos::operator!=(const ScreenInfos& other) const {}

ScreenInfo& ScreenInfos::mutable_current() {}

const ScreenInfo& ScreenInfos::current() const {}

}  // namespace display