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