#ifndef CONTENT_COMMON_INPUT_INPUT_INJECTOR_MOJOM_PARAMS_DATA_H_
#define CONTENT_COMMON_INPUT_INPUT_INJECTOR_MOJOM_PARAMS_DATA_H_
#include "mojo/public/cpp/bindings/lib/bindings_internal.h"
#include "mojo/public/cpp/bindings/lib/buffer.h"
#if defined(__clang__)
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wunused-private-field"
#endif
namespace mojo::internal {
class ValidationContext;
}
namespace content::mojom {
namespace internal {
class COMPONENT_EXPORT(MOJOM_SHARED_CONTENT_EXPORT) InputInjector_QueueSyntheticSmoothDrag_Params_Data { … };
static_assert …;
class COMPONENT_EXPORT(MOJOM_SHARED_CONTENT_EXPORT) InputInjector_QueueSyntheticSmoothDrag_ResponseParams_Data { … };
static_assert …;
class COMPONENT_EXPORT(MOJOM_SHARED_CONTENT_EXPORT) InputInjector_QueueSyntheticSmoothScroll_Params_Data { … };
static_assert …;
class COMPONENT_EXPORT(MOJOM_SHARED_CONTENT_EXPORT) InputInjector_QueueSyntheticSmoothScroll_ResponseParams_Data { … };
static_assert …;
class COMPONENT_EXPORT(MOJOM_SHARED_CONTENT_EXPORT) InputInjector_QueueSyntheticPinch_Params_Data { … };
static_assert …;
class COMPONENT_EXPORT(MOJOM_SHARED_CONTENT_EXPORT) InputInjector_QueueSyntheticPinch_ResponseParams_Data { … };
static_assert …;
class COMPONENT_EXPORT(MOJOM_SHARED_CONTENT_EXPORT) InputInjector_QueueSyntheticTap_Params_Data { … };
static_assert …;
class COMPONENT_EXPORT(MOJOM_SHARED_CONTENT_EXPORT) InputInjector_QueueSyntheticTap_ResponseParams_Data { … };
static_assert …;
class COMPONENT_EXPORT(MOJOM_SHARED_CONTENT_EXPORT) InputInjector_QueueSyntheticPointerAction_Params_Data { … };
static_assert …;
class COMPONENT_EXPORT(MOJOM_SHARED_CONTENT_EXPORT) InputInjector_QueueSyntheticPointerAction_ResponseParams_Data { … };
static_assert …;
}
class InputInjector_QueueSyntheticSmoothDrag_ParamsDataView { … };
class InputInjector_QueueSyntheticSmoothDrag_ResponseParamsDataView { … };
class InputInjector_QueueSyntheticSmoothScroll_ParamsDataView { … };
class InputInjector_QueueSyntheticSmoothScroll_ResponseParamsDataView { … };
class InputInjector_QueueSyntheticPinch_ParamsDataView { … };
class InputInjector_QueueSyntheticPinch_ResponseParamsDataView { … };
class InputInjector_QueueSyntheticTap_ParamsDataView { … };
class InputInjector_QueueSyntheticTap_ResponseParamsDataView { … };
class InputInjector_QueueSyntheticPointerAction_ParamsDataView { … };
class InputInjector_QueueSyntheticPointerAction_ResponseParamsDataView { … };
inline void InputInjector_QueueSyntheticSmoothDrag_ParamsDataView::GetDragDataView(
SyntheticSmoothDragDataView* output) { … }
inline void InputInjector_QueueSyntheticSmoothScroll_ParamsDataView::GetScrollDataView(
SyntheticSmoothScrollDataView* output) { … }
inline void InputInjector_QueueSyntheticPinch_ParamsDataView::GetPinchDataView(
SyntheticPinchDataView* output) { … }
inline void InputInjector_QueueSyntheticTap_ParamsDataView::GetTapDataView(
SyntheticTapDataView* output) { … }
inline void InputInjector_QueueSyntheticPointerAction_ParamsDataView::GetPointerActionDataView(
SyntheticPointerActionDataView* output) { … }
}
#if defined(__clang__)
#pragma clang diagnostic pop
#endif
#endif