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