// Copyright 2023 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/ozone/platform/wayland/test/test_output_metrics.h" namespace wl { namespace { int64_t display_id_counter = …; } // namespace TestOutputMetrics::TestOutputMetrics() : … { … } TestOutputMetrics::TestOutputMetrics(const gfx::Rect& bounds) : … { … } TestOutputMetrics::TestOutputMetrics(TestOutputMetrics&&) = default; TestOutputMetrics& TestOutputMetrics::operator=(TestOutputMetrics&&) = default; TestOutputMetrics::~TestOutputMetrics() = default; } // namespace wl