#ifndef COMPONENTS_INPUT_RENDER_INPUT_ROUTER_MOJOM_H_
#define COMPONENTS_INPUT_RENDER_INPUT_ROUTER_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 "components/input/render_input_router.mojom-features.h"
#include "components/input/render_input_router.mojom-shared.h"
#include "components/input/render_input_router.mojom-forward.h"
#include "third_party/blink/public/mojom/widget/platform_widget.mojom-forward.h"
#include <string>
#include <vector>
#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 "base/component_export.h"
namespace input::mojom {
class COMPONENT_EXPORT(COMPONENTS_INPUT_MOJOM) RenderInputRouterConfig { … };
template <typename T, RenderInputRouterConfig::EnableIfSame<T>* = nullptr>
bool operator<(const T& lhs, const T& rhs);
template <typename T, RenderInputRouterConfig::EnableIfSame<T>* = nullptr>
bool operator<=(const T& lhs, const T& rhs) { … }
template <typename T, RenderInputRouterConfig::EnableIfSame<T>* = nullptr>
bool operator>(const T& lhs, const T& rhs) { … }
template <typename T, RenderInputRouterConfig::EnableIfSame<T>* = nullptr>
bool operator>=(const T& lhs, const T& rhs) { … }
template <typename StructPtrType>
RenderInputRouterConfigPtr RenderInputRouterConfig::Clone() const { … }
template <typename T, RenderInputRouterConfig::EnableIfSame<T>*>
bool RenderInputRouterConfig::Equals(const T& other_struct) const { … }
template <typename T, RenderInputRouterConfig::EnableIfSame<T>*>
bool operator<(const T& lhs, const T& rhs) { … }
}
namespace mojo {
template <>
struct COMPONENT_EXPORT(COMPONENTS_INPUT_MOJOM) StructTraits<::input::mojom::RenderInputRouterConfig::DataView,
::input::mojom::RenderInputRouterConfigPtr> { … };
}
#endif