#ifndef SERVICES_VIZ_PRIVILEGED_MOJOM_COMPOSITING_RENDERER_SETTINGS_MOJOM_H_
#define SERVICES_VIZ_PRIVILEGED_MOJOM_COMPOSITING_RENDERER_SETTINGS_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/privileged/mojom/compositing/renderer_settings.mojom-features.h"
#include "services/viz/privileged/mojom/compositing/renderer_settings.mojom-shared.h"
#include "services/viz/privileged/mojom/compositing/renderer_settings.mojom-forward.h"
#include "services/viz/privileged/mojom/compositing/overlay_strategy.mojom-forward.h"
#include "ui/gfx/geometry/mojom/geometry.mojom-forward.h"
#include "ui/gfx/mojom/color_space.mojom-forward.h"
#include <string>
#include <vector>
#include "services/viz/privileged/cpp/renderer_settings_mojom_traits.h"
namespace viz::mojom {
class OcclusionCullerSettings { … };
template <typename T, OcclusionCullerSettings::EnableIfSame<T>* = nullptr>
bool operator<(const T& lhs, const T& rhs);
template <typename T, OcclusionCullerSettings::EnableIfSame<T>* = nullptr>
bool operator<=(const T& lhs, const T& rhs) { … }
template <typename T, OcclusionCullerSettings::EnableIfSame<T>* = nullptr>
bool operator>(const T& lhs, const T& rhs) { … }
template <typename T, OcclusionCullerSettings::EnableIfSame<T>* = nullptr>
bool operator>=(const T& lhs, const T& rhs) { … }
class RendererSettings { … };
template <typename T, RendererSettings::EnableIfSame<T>* = nullptr>
bool operator<(const T& lhs, const T& rhs);
template <typename T, RendererSettings::EnableIfSame<T>* = nullptr>
bool operator<=(const T& lhs, const T& rhs) { … }
template <typename T, RendererSettings::EnableIfSame<T>* = nullptr>
bool operator>(const T& lhs, const T& rhs) { … }
template <typename T, RendererSettings::EnableIfSame<T>* = nullptr>
bool operator>=(const T& lhs, const T& rhs) { … }
class DebugRendererSettings { … };
template <typename T, DebugRendererSettings::EnableIfSame<T>* = nullptr>
bool operator<(const T& lhs, const T& rhs);
template <typename T, DebugRendererSettings::EnableIfSame<T>* = nullptr>
bool operator<=(const T& lhs, const T& rhs) { … }
template <typename T, DebugRendererSettings::EnableIfSame<T>* = nullptr>
bool operator>(const T& lhs, const T& rhs) { … }
template <typename T, DebugRendererSettings::EnableIfSame<T>* = nullptr>
bool operator>=(const T& lhs, const T& rhs) { … }
template <typename StructPtrType>
OcclusionCullerSettingsPtr OcclusionCullerSettings::Clone() const { … }
template <typename T, OcclusionCullerSettings::EnableIfSame<T>*>
bool OcclusionCullerSettings::Equals(const T& other_struct) const { … }
template <typename T, OcclusionCullerSettings::EnableIfSame<T>*>
bool operator<(const T& lhs, const T& rhs) { … }
template <typename StructPtrType>
RendererSettingsPtr RendererSettings::Clone() const { … }
template <typename T, RendererSettings::EnableIfSame<T>*>
bool RendererSettings::Equals(const T& other_struct) const { … }
template <typename T, RendererSettings::EnableIfSame<T>*>
bool operator<(const T& lhs, const T& rhs) { … }
template <typename StructPtrType>
DebugRendererSettingsPtr DebugRendererSettings::Clone() const { … }
template <typename T, DebugRendererSettings::EnableIfSame<T>*>
bool DebugRendererSettings::Equals(const T& other_struct) const { … }
template <typename T, DebugRendererSettings::EnableIfSame<T>*>
bool operator<(const T& lhs, const T& rhs) { … }
}
namespace mojo {
template <>
struct StructTraits<::viz::mojom::OcclusionCullerSettings::DataView,
::viz::mojom::OcclusionCullerSettingsPtr> { … };
template <>
struct StructTraits<::viz::mojom::RendererSettings::DataView,
::viz::mojom::RendererSettingsPtr> { … };
template <>
struct StructTraits<::viz::mojom::DebugRendererSettings::DataView,
::viz::mojom::DebugRendererSettingsPtr> { … };
}
#endif