#ifndef SERVICES_VIZ_PUBLIC_MOJOM_GPU_MOJOM_PARAMS_DATA_H_
#define SERVICES_VIZ_PUBLIC_MOJOM_GPU_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 viz::mojom {
namespace internal {
class Gpu_CreateClientGpuMemoryBufferFactory_Params_Data { … };
static_assert …;
class Gpu_EstablishGpuChannel_Params_Data { … };
static_assert …;
class Gpu_EstablishGpuChannel_ResponseParams_Data { … };
static_assert …;
class Gpu_CreateVideoEncodeAcceleratorProvider_Params_Data { … };
static_assert …;
}
class Gpu_CreateClientGpuMemoryBufferFactory_ParamsDataView { … };
class Gpu_EstablishGpuChannel_ParamsDataView { … };
class Gpu_EstablishGpuChannel_ResponseParamsDataView { … };
class Gpu_CreateVideoEncodeAcceleratorProvider_ParamsDataView { … };
inline void Gpu_EstablishGpuChannel_ResponseParamsDataView::GetGpuInfoDataView(
::gpu::mojom::GpuInfoDataView* output) { … }
inline void Gpu_EstablishGpuChannel_ResponseParamsDataView::GetGpuFeatureInfoDataView(
::gpu::mojom::GpuFeatureInfoDataView* output) { … }
inline void Gpu_EstablishGpuChannel_ResponseParamsDataView::GetSharedImageCapabilitiesDataView(
::gpu::mojom::SharedImageCapabilitiesDataView* output) { … }
}
#if defined(__clang__)
#pragma clang diagnostic pop
#endif
#endif