// 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_COMMON_WAYLAND_PRESENTATION_INFO_H_ #define UI_OZONE_PLATFORM_WAYLAND_COMMON_WAYLAND_PRESENTATION_INFO_H_ #include "ui/gfx/presentation_feedback.h" namespace wl { struct WaylandPresentationInfo { … }; } // namespace wl #endif // UI_OZONE_PLATFORM_WAYLAND_COMMON_WAYLAND_PRESENTATION_INFO_H_