#ifndef UI_GFX_IMAGE_MOJOM_IMAGE_MOJOM_BLINK_H_
#define UI_GFX_IMAGE_MOJOM_IMAGE_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/image/mojom/image.mojom-features.h"
#include "ui/gfx/image/mojom/image.mojom-shared.h"
#include "ui/gfx/image/mojom/image.mojom-blink-forward.h"
#include "skia/public/mojom/bitmap.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"
#include "ui/gfx/image/mojom/image_skia_mojom_traits.h"
namespace gfx::mojom::blink {
class ImageSkiaRep { … };
template <typename T, ImageSkiaRep::EnableIfSame<T>* = nullptr>
bool operator<(const T& lhs, const T& rhs);
template <typename T, ImageSkiaRep::EnableIfSame<T>* = nullptr>
bool operator<=(const T& lhs, const T& rhs) { … }
template <typename T, ImageSkiaRep::EnableIfSame<T>* = nullptr>
bool operator>(const T& lhs, const T& rhs) { … }
template <typename T, ImageSkiaRep::EnableIfSame<T>* = nullptr>
bool operator>=(const T& lhs, const T& rhs) { … }
class ImageSkia { … };
template <typename T, ImageSkia::EnableIfSame<T>* = nullptr>
bool operator<(const T& lhs, const T& rhs);
template <typename T, ImageSkia::EnableIfSame<T>* = nullptr>
bool operator<=(const T& lhs, const T& rhs) { … }
template <typename T, ImageSkia::EnableIfSame<T>* = nullptr>
bool operator>(const T& lhs, const T& rhs) { … }
template <typename T, ImageSkia::EnableIfSame<T>* = nullptr>
bool operator>=(const T& lhs, const T& rhs) { … }
template <typename StructPtrType>
ImageSkiaRepPtr ImageSkiaRep::Clone() const { … }
template <typename T, ImageSkiaRep::EnableIfSame<T>*>
bool ImageSkiaRep::Equals(const T& other_struct) const { … }
template <typename T, ImageSkiaRep::EnableIfSame<T>*>
bool operator<(const T& lhs, const T& rhs) { … }
template <typename StructPtrType>
ImageSkiaPtr ImageSkia::Clone() const { … }
template <typename T, ImageSkia::EnableIfSame<T>*>
bool ImageSkia::Equals(const T& other_struct) const { … }
template <typename T, ImageSkia::EnableIfSame<T>*>
bool operator<(const T& lhs, const T& rhs) { … }
}
namespace mojo {
template <>
struct StructTraits<::gfx::mojom::blink::ImageSkiaRep::DataView,
::gfx::mojom::blink::ImageSkiaRepPtr> { … };
template <>
struct StructTraits<::gfx::mojom::blink::ImageSkia::DataView,
::gfx::mojom::blink::ImageSkiaPtr> { … };
}
#endif