chromium/ui/ozone/platform/wayland/test/test_zxdg_output.h

// 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.

#ifndef UI_OZONE_PLATFORM_WAYLAND_TEST_TEST_ZXDG_OUTPUT_H_
#define UI_OZONE_PLATFORM_WAYLAND_TEST_TEST_ZXDG_OUTPUT_H_

#include <wayland-client-protocol.h>
#include <xdg-output-unstable-v1-server-protocol.h>

#include <optional>

#include "ui/gfx/geometry/size.h"
#include "ui/ozone/platform/wayland/test/server_object.h"

namespace wl {

extern const struct zxdg_output_v1_interface kTestZXdgOutputImpl;

struct TestOutputMetrics;

// Handles the server-side representation of the zxdg_output.
class TestZXdgOutput : public ServerObject {};

}  // namespace wl

#endif  // UI_OZONE_PLATFORM_WAYLAND_TEST_TEST_ZXDG_OUTPUT_H_