#ifndef UI_GFX_MOJOM_OVERLAY_PRIORITY_HINT_MOJOM_SHARED_H_
#define UI_GFX_MOJOM_OVERLAY_PRIORITY_HINT_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 "ui/gfx/mojom/overlay_priority_hint.mojom-shared-internal.h"
namespace gfx::mojom {
}
namespace mojo {
namespace internal {
}
}
namespace gfx::mojom {
enum class OverlayPriorityHint : int32_t { … };
std::ostream& operator<<(std::ostream& os, OverlayPriorityHint value);
inline bool IsKnownEnumValue(OverlayPriorityHint value) { … }
}
namespace std {
template <>
struct hash<::gfx::mojom::OverlayPriorityHint>
: public mojo::internal::EnumHashImpl<::gfx::mojom::OverlayPriorityHint> { … };
}
namespace mojo {
namespace internal {
Serializer< ::gfx::mojom::OverlayPriorityHint, MaybeConstUserType>;
}
}
namespace gfx::mojom {
}
namespace perfetto {
template <>
struct TraceFormatTraits<::gfx::mojom::OverlayPriorityHint> { … };
}
#endif