// Copyright 2021 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_ZWP_POINTER_CONSTRAINTS_H_ #define UI_OZONE_PLATFORM_WAYLAND_HOST_WAYLAND_ZWP_POINTER_CONSTRAINTS_H_ #include "base/memory/raw_ptr.h" #include "ui/ozone/platform/wayland/common/wayland_object.h" namespace ui { class WaylandConnection; class WaylandSurface; // Wraps the zwp_pointer_constraints_v1 object. class WaylandZwpPointerConstraints : public wl::GlobalObjectRegistrar<WaylandZwpPointerConstraints> { … }; } // namespace ui #endif // UI_OZONE_PLATFORM_WAYLAND_HOST_WAYLAND_ZWP_POINTER_CONSTRAINTS_H_