#ifndef THIRD_PARTY_BLINK_PUBLIC_MOJOM_INPUT_INPUT_EVENT_MOJOM_SHARED_H_
#define THIRD_PARTY_BLINK_PUBLIC_MOJOM_INPUT_INPUT_EVENT_MOJOM_SHARED_H_
#include <stdint.h>
#include <functional>
#include <iosfwd>
#include <type_traits>
#include <utility>
#include "third_party/perfetto/include/perfetto/tracing/traced_value_forward.h"
#include "third_party/blink/public/mojom/input/input_event.mojom-shared-internal.h"
#include "base/component_export.h"
namespace blink::mojom {
}
namespace mojo {
namespace internal {
}
}
namespace blinkmojom
namespace std {
template <>
struct hash<::blink::mojom::Button>
: public mojo::internal::EnumHashImpl<::blink::mojom::Button> { … };
template <>
struct hash<::blink::mojom::DispatchType>
: public mojo::internal::EnumHashImpl<::blink::mojom::DispatchType> { … };
template <>
struct hash<::blink::mojom::EventType>
: public mojo::internal::EnumHashImpl<::blink::mojom::EventType> { … };
}
namespace mojo {
namespace internal {
Serializer< ::blink::mojom::Button, MaybeConstUserType>;
}
namespace internal {
Serializer< ::blink::mojom::DispatchType, MaybeConstUserType>;
}
namespace internal {
Serializer< ::blink::mojom::EventType, MaybeConstUserType>;
}
}
namespace blink::mojom {
}
namespace perfetto {
template <>
struct COMPONENT_EXPORT(MOJOM_SHARED_BLINK_COMMON_EXPORT) TraceFormatTraits<::blink::mojom::Button> { … };
}
namespace perfetto {
template <>
struct COMPONENT_EXPORT(MOJOM_SHARED_BLINK_COMMON_EXPORT) TraceFormatTraits<::blink::mojom::DispatchType> { … };
}
namespace perfetto {
template <>
struct COMPONENT_EXPORT(MOJOM_SHARED_BLINK_COMMON_EXPORT) TraceFormatTraits<::blink::mojom::EventType> { … };
}
#endif