// 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. #ifndef UI_OZONE_PLATFORM_WAYLAND_TEST_TEST_OUTPUT_METRICS_H_ #define UI_OZONE_PLATFORM_WAYLAND_TEST_TEST_OUTPUT_METRICS_H_ #include <wayland-server-protocol-core.h> #include "ui/gfx/geometry/insets.h" #include "ui/gfx/geometry/point.h" #include "ui/gfx/geometry/rect.h" #include "ui/gfx/geometry/size.h" namespace wl { // Metrics for testing wayland_output and its extensions. struct TestOutputMetrics { … }; } // namespace wl #endif // UI_OZONE_PLATFORM_WAYLAND_TEST_TEST_OUTPUT_METRICS_H_