// Copyright 2019 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_XDG_SURFACE_WRAPPER_IMPL_H_ #define UI_OZONE_PLATFORM_WAYLAND_HOST_XDG_SURFACE_WRAPPER_IMPL_H_ #include "base/memory/raw_ptr.h" #include "ui/ozone/platform/wayland/host/shell_surface_wrapper.h" #include <cstdint> #include "ui/ozone/platform/wayland/common/wayland_object.h" namespace gfx { class Rect; } namespace ui { class WaylandConnection; class WaylandWindow; // Surface wrapper for xdg-shell stable class XDGSurfaceWrapperImpl : public ShellSurfaceWrapper { … }; } // namespace ui #endif // UI_OZONE_PLATFORM_WAYLAND_HOST_XDG_SURFACE_WRAPPER_IMPL_H_