chromium/out/Default/gen/cc/mojom/layer_type.mojom-shared.h

// cc/mojom/layer_type.mojom-shared.h is auto generated by mojom_bindings_generator.py, do not edit

// Copyright 2016 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#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 {


}  // cc::mojom

namespace mojo {
namespace internal {

}  // namespace internal
}  // namespace mojo


namespace cc::mojom {


enum class LayerType : int32_t {};

 std::ostream& operator<<(std::ostream& os, LayerType value);
inline bool IsKnownEnumValue(LayerType value) {}


}  // cc::mojom

namespace std {

template <>
struct hash<::cc::mojom::LayerType>
    : public mojo::internal::EnumHashImpl<::cc::mojom::LayerType> {};

}  // namespace std

namespace mojo {


namespace internal {

Serializer< ::cc::mojom::LayerType, MaybeConstUserType>;

}  // namespace internal

}  // namespace mojo


namespace cc::mojom {


}  // cc::mojom

// Declare TraceFormatTraits for enums, which should be defined in ::perfetto
// namespace.

namespace perfetto {

template <>
struct  TraceFormatTraits<::cc::mojom::LayerType> {};

} // namespace perfetto

#endif  // CC_MOJOM_LAYER_TYPE_MOJOM_SHARED_H_