#ifndef UI_LATENCY_MOJOM_LATENCY_INFO_MOJOM_TRAITS_H_
#define UI_LATENCY_MOJOM_LATENCY_INFO_MOJOM_TRAITS_H_
#include "base/component_export.h"
#include "ui/latency/latency_info.h"
#include "ui/latency/mojom/latency_info.mojom-shared.h"
namespace mojo {
static_assert …;
template <>
struct COMPONENT_EXPORT(LATENCY_SHARED_MOJOM_TRAITS)
ArrayTraits<ui::LatencyInfo::LatencyMap> { … };
template <>
struct COMPONENT_EXPORT(LATENCY_SHARED_MOJOM_TRAITS)
StructTraits<ui::mojom::LatencyInfoDataView, ui::LatencyInfo> { … };
template <>
struct COMPONENT_EXPORT(LATENCY_SHARED_MOJOM_TRAITS)
EnumTraits<ui::mojom::LatencyComponentType, ui::LatencyComponentType> { … };
}
#endif