#ifndef SERVICES_VIZ_PUBLIC_MOJOM_COMPOSITING_REGION_CAPTURE_BOUNDS_MOJOM_H_
#define SERVICES_VIZ_PUBLIC_MOJOM_COMPOSITING_REGION_CAPTURE_BOUNDS_MOJOM_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 "services/viz/public/mojom/compositing/region_capture_bounds.mojom-features.h"
#include "services/viz/public/mojom/compositing/region_capture_bounds.mojom-shared.h"
#include "services/viz/public/mojom/compositing/region_capture_bounds.mojom-forward.h"
#include "ui/gfx/geometry/mojom/geometry.mojom.h"
#include "mojo/public/mojom/base/token.mojom.h"
#include <string>
#include <vector>
#include "services/viz/public/cpp/compositing/region_capture_bounds_mojom_traits.h"
namespace viz::mojom {
class CropIdBoundsPair { … };
template <typename T, CropIdBoundsPair::EnableIfSame<T>* = nullptr>
bool operator<(const T& lhs, const T& rhs);
template <typename T, CropIdBoundsPair::EnableIfSame<T>* = nullptr>
bool operator<=(const T& lhs, const T& rhs) { … }
template <typename T, CropIdBoundsPair::EnableIfSame<T>* = nullptr>
bool operator>(const T& lhs, const T& rhs) { … }
template <typename T, CropIdBoundsPair::EnableIfSame<T>* = nullptr>
bool operator>=(const T& lhs, const T& rhs) { … }
class RegionCaptureBounds { … };
template <typename T, RegionCaptureBounds::EnableIfSame<T>* = nullptr>
bool operator<(const T& lhs, const T& rhs);
template <typename T, RegionCaptureBounds::EnableIfSame<T>* = nullptr>
bool operator<=(const T& lhs, const T& rhs) { … }
template <typename T, RegionCaptureBounds::EnableIfSame<T>* = nullptr>
bool operator>(const T& lhs, const T& rhs) { … }
template <typename T, RegionCaptureBounds::EnableIfSame<T>* = nullptr>
bool operator>=(const T& lhs, const T& rhs) { … }
template <typename StructPtrType>
CropIdBoundsPairPtr CropIdBoundsPair::Clone() const { … }
template <typename T, CropIdBoundsPair::EnableIfSame<T>*>
bool CropIdBoundsPair::Equals(const T& other_struct) const { … }
template <typename T, CropIdBoundsPair::EnableIfSame<T>*>
bool operator<(const T& lhs, const T& rhs) { … }
template <typename StructPtrType>
RegionCaptureBoundsPtr RegionCaptureBounds::Clone() const { … }
template <typename T, RegionCaptureBounds::EnableIfSame<T>*>
bool RegionCaptureBounds::Equals(const T& other_struct) const { … }
template <typename T, RegionCaptureBounds::EnableIfSame<T>*>
bool operator<(const T& lhs, const T& rhs) { … }
}
namespace mojo {
template <>
struct StructTraits<::viz::mojom::CropIdBoundsPair::DataView,
::viz::mojom::CropIdBoundsPairPtr> { … };
template <>
struct StructTraits<::viz::mojom::RegionCaptureBounds::DataView,
::viz::mojom::RegionCaptureBoundsPtr> { … };
}
#endif