blob: 23f0e0b70f3a4a209a970d473520e48ccdc1c3c5 [file] [log] [blame]
// Copyright 2024 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "components/exo/wayland/output_configuration_change.h"
namespace exo::wayland {
OutputConfigurationChange::OutputConfigurationChange() = default;
OutputConfigurationChange::OutputConfigurationChange(
OutputConfigurationChange&& other) = default;
OutputConfigurationChange& OutputConfigurationChange::operator=(
OutputConfigurationChange&& other) = default;
OutputConfigurationChange::~OutputConfigurationChange() = default;
} // namespace exo::wayland