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