#ifndef UI_OZONE_PLATFORM_WAYLAND_MOJOM_WAYLAND_PRESENTATION_INFO_MOJOM_TRAITS_H_
#define UI_OZONE_PLATFORM_WAYLAND_MOJOM_WAYLAND_PRESENTATION_INFO_MOJOM_TRAITS_H_
#include "ui/gfx/mojom/presentation_feedback_mojom_traits.h"
#include "ui/ozone/platform/wayland/common/wayland_presentation_info.h"
#include "ui/ozone/platform/wayland/mojom/wayland_presentation_info.mojom-shared.h"
namespace mojo {
template <>
struct StructTraits<wl::mojom::WaylandPresentationInfoDataView,
wl::WaylandPresentationInfo> { … };
}
#endif