#ifndef SKIA_PUBLIC_MOJOM_SKCOLORSPACE_MOJOM_BLINK_H_
#define SKIA_PUBLIC_MOJOM_SKCOLORSPACE_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 "skia/public/mojom/skcolorspace.mojom-features.h"
#include "skia/public/mojom/skcolorspace.mojom-shared.h"
#include "skia/public/mojom/skcolorspace.mojom-blink-forward.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 "skia/public/mojom/skcolorspace_mojom_traits.h"
namespace skia::mojom::blink {
class SkcmsMatrix3x3 { … };
template <typename T, SkcmsMatrix3x3::EnableIfSame<T>* = nullptr>
bool operator<(const T& lhs, const T& rhs);
template <typename T, SkcmsMatrix3x3::EnableIfSame<T>* = nullptr>
bool operator<=(const T& lhs, const T& rhs) { … }
template <typename T, SkcmsMatrix3x3::EnableIfSame<T>* = nullptr>
bool operator>(const T& lhs, const T& rhs) { … }
template <typename T, SkcmsMatrix3x3::EnableIfSame<T>* = nullptr>
bool operator>=(const T& lhs, const T& rhs) { … }
class SkcmsTransferFunction { … };
template <typename T, SkcmsTransferFunction::EnableIfSame<T>* = nullptr>
bool operator<(const T& lhs, const T& rhs);
template <typename T, SkcmsTransferFunction::EnableIfSame<T>* = nullptr>
bool operator<=(const T& lhs, const T& rhs) { … }
template <typename T, SkcmsTransferFunction::EnableIfSame<T>* = nullptr>
bool operator>(const T& lhs, const T& rhs) { … }
template <typename T, SkcmsTransferFunction::EnableIfSame<T>* = nullptr>
bool operator>=(const T& lhs, const T& rhs) { … }
class SkColorSpace { … };
template <typename T, SkColorSpace::EnableIfSame<T>* = nullptr>
bool operator<(const T& lhs, const T& rhs);
template <typename T, SkColorSpace::EnableIfSame<T>* = nullptr>
bool operator<=(const T& lhs, const T& rhs) { … }
template <typename T, SkColorSpace::EnableIfSame<T>* = nullptr>
bool operator>(const T& lhs, const T& rhs) { … }
template <typename T, SkColorSpace::EnableIfSame<T>* = nullptr>
bool operator>=(const T& lhs, const T& rhs) { … }
template <typename StructPtrType>
SkcmsMatrix3x3Ptr SkcmsMatrix3x3::Clone() const { … }
template <typename T, SkcmsMatrix3x3::EnableIfSame<T>*>
bool SkcmsMatrix3x3::Equals(const T& other_struct) const { … }
template <typename T, SkcmsMatrix3x3::EnableIfSame<T>*>
bool operator<(const T& lhs, const T& rhs) { … }
template <typename StructPtrType>
SkcmsTransferFunctionPtr SkcmsTransferFunction::Clone() const { … }
template <typename T, SkcmsTransferFunction::EnableIfSame<T>*>
bool SkcmsTransferFunction::Equals(const T& other_struct) const { … }
template <typename T, SkcmsTransferFunction::EnableIfSame<T>*>
bool operator<(const T& lhs, const T& rhs) { … }
template <typename StructPtrType>
SkColorSpacePtr SkColorSpace::Clone() const { … }
template <typename T, SkColorSpace::EnableIfSame<T>*>
bool SkColorSpace::Equals(const T& other_struct) const { … }
template <typename T, SkColorSpace::EnableIfSame<T>*>
bool operator<(const T& lhs, const T& rhs) { … }
}
namespace mojo {
template <>
struct StructTraits<::skia::mojom::blink::SkcmsMatrix3x3::DataView,
::skia::mojom::blink::SkcmsMatrix3x3Ptr> { … };
template <>
struct StructTraits<::skia::mojom::blink::SkcmsTransferFunction::DataView,
::skia::mojom::blink::SkcmsTransferFunctionPtr> { … };
template <>
struct StructTraits<::skia::mojom::blink::SkColorSpace::DataView,
::skia::mojom::blink::SkColorSpacePtr> { … };
}
#endif