chromium/ui/ozone/platform/wayland/mojom/wayland_presentation_info_mojom_traits.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_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> {};

}  // namespace mojo

#endif  // UI_OZONE_PLATFORM_WAYLAND_MOJOM_WAYLAND_PRESENTATION_INFO_MOJOM_TRAITS_H_