chromium/ui/ozone/platform/wayland/host/wayland_zaura_surface.h

// 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_HOST_WAYLAND_ZAURA_SURFACE_H_
#define UI_OZONE_PLATFORM_WAYLAND_HOST_WAYLAND_ZAURA_SURFACE_H_

#include <wayland-util.h>

#include <components/exo/wayland/protocol/aura-shell-client-protocol.h>

#include "base/memory/weak_ptr.h"
#include "ui/ozone/platform/wayland/common/wayland_object.h"
#include "ui/platform_window/platform_window_delegate.h"

namespace base {
class TimeDelta;
}  // namespace base

namespace gfx {
class Point;
}  // namespace gfx

namespace ui {

class WaylandConnection;

PlatformWindowOcclusionState
WaylandOcclusionStateToPlatformWindowOcclusionState(uint32_t mode);

// Wrapper class for an instance of the zaura_surface client-side wayland
// object.
class WaylandZAuraSurface {};

}  // namespace ui

#endif  // UI_OZONE_PLATFORM_WAYLAND_HOST_WAYLAND_ZAURA_SURFACE_H_