#ifndef UI_GFX_MOJOM_CA_LAYER_PARAMS_MOJOM_BLINK_H_
#define UI_GFX_MOJOM_CA_LAYER_PARAMS_MOJOM_BLINK_H_
#include <stdint.h>
#include <limits>
#include <optional>
#include <type_traits>
#include <utility>
#include "base/types/cxx23_to_underlying.h"
#include "mojo/public/cpp/bindings/clone_traits.h"
#include "mojo/public/cpp/bindings/equals_traits.h"
#include "mojo/public/cpp/bindings/lib/serialization.h"
#include "mojo/public/cpp/bindings/struct_ptr.h"
#include "mojo/public/cpp/bindings/struct_traits.h"
#include "mojo/public/cpp/bindings/union_traits.h"
#include "third_party/perfetto/include/perfetto/tracing/traced_value_forward.h"
#include "ui/gfx/mojom/ca_layer_params.mojom-features.h"
#include "ui/gfx/mojom/ca_layer_params.mojom-shared.h"
#include "ui/gfx/mojom/ca_layer_params.mojom-blink-forward.h"
#include "ui/gfx/geometry/mojom/geometry.mojom-blink.h"
#include "mojo/public/cpp/bindings/lib/wtf_clone_equals_util.h"
#include "mojo/public/cpp/bindings/lib/wtf_hash_util.h"
#include "third_party/blink/renderer/platform/wtf/hash_functions.h"
#include "third_party/blink/renderer/platform/wtf/text/wtf_string.h"
#include "mojo/public/cpp/bindings/lib/control_message_handler.h"
#include "mojo/public/cpp/bindings/lib/message_size_estimator.h"
#include "mojo/public/cpp/bindings/raw_ptr_impl_ref_traits.h"
namespace gfx::mojom::blink {
class CALayerContent { … };
class CALayerParams { … };
template <typename T, CALayerParams::EnableIfSame<T>* = nullptr>
bool operator<(const T& lhs, const T& rhs);
template <typename T, CALayerParams::EnableIfSame<T>* = nullptr>
bool operator<=(const T& lhs, const T& rhs) { … }
template <typename T, CALayerParams::EnableIfSame<T>* = nullptr>
bool operator>(const T& lhs, const T& rhs) { … }
template <typename T, CALayerParams::EnableIfSame<T>* = nullptr>
bool operator>=(const T& lhs, const T& rhs) { … }
template <typename UnionPtrType>
CALayerContentPtr CALayerContent::Clone() const { … }
template <typename T,
typename std::enable_if<std::is_same<
T, CALayerContent>::value>::type*>
bool CALayerContent::Equals(const T& other) const { … }
template <typename StructPtrType>
CALayerParamsPtr CALayerParams::Clone() const { … }
template <typename T, CALayerParams::EnableIfSame<T>*>
bool CALayerParams::Equals(const T& other_struct) const { … }
template <typename T, CALayerParams::EnableIfSame<T>*>
bool operator<(const T& lhs, const T& rhs) { … }
}
namespace mojo {
template <>
struct StructTraits<::gfx::mojom::blink::CALayerParams::DataView,
::gfx::mojom::blink::CALayerParamsPtr> { … };
template <>
struct UnionTraits<::gfx::mojom::blink::CALayerContent::DataView,
::gfx::mojom::blink::CALayerContentPtr> { … };
}
#endif