#ifndef SERVICES_VIZ_PRIVILEGED_MOJOM_COMPOSITING_OVERLAY_STRATEGY_MOJOM_SHARED_H_
#define SERVICES_VIZ_PRIVILEGED_MOJOM_COMPOSITING_OVERLAY_STRATEGY_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 "services/viz/privileged/mojom/compositing/overlay_strategy.mojom-shared-internal.h"
namespace viz::mojom {
}
namespace mojo {
namespace internal {
}
}
namespace viz::mojom {
enum class OverlayStrategy : int32_t { … };
std::ostream& operator<<(std::ostream& os, OverlayStrategy value);
inline bool IsKnownEnumValue(OverlayStrategy value) { … }
}
namespace std {
template <>
struct hash<::viz::mojom::OverlayStrategy>
: public mojo::internal::EnumHashImpl<::viz::mojom::OverlayStrategy> { … };
}
namespace mojo {
namespace internal {
Serializer< ::viz::mojom::OverlayStrategy, MaybeConstUserType>;
}
}
namespace viz::mojom {
}
namespace perfetto {
template <>
struct TraceFormatTraits<::viz::mojom::OverlayStrategy> { … };
}
#endif