#ifndef GPU_IPC_COMMON_GPU_INFO_MOJOM_FORWARD_H_
#define GPU_IPC_COMMON_GPU_INFO_MOJOM_FORWARD_H_
#include <stdint.h>
#include "mojo/public/cpp/bindings/struct_forward.h"
#include "mojo/public/interfaces/bindings/native_struct.mojom-forward.h"
namespace gpu::mojom {
class GpuDeviceDataView;
class VideoDecodeAcceleratorSupportedProfileDataView;
class VideoDecodeAcceleratorCapabilitiesDataView;
class VideoEncodeAcceleratorSupportedProfileDataView;
class ImageDecodeAcceleratorSupportedProfileDataView;
class GpuInfoDataView;
enum class VideoCodecProfile : int32_t;
enum class ImageDecodeAcceleratorType : int32_t;
enum class ImageDecodeAcceleratorSubsampling : int32_t;
class GpuDevice;
GpuDevicePtr;
class VideoDecodeAcceleratorSupportedProfile;
VideoDecodeAcceleratorSupportedProfilePtr;
class VideoDecodeAcceleratorCapabilities;
VideoDecodeAcceleratorCapabilitiesPtr;
class VideoEncodeAcceleratorSupportedProfile;
VideoEncodeAcceleratorSupportedProfilePtr;
class ImageDecodeAcceleratorSupportedProfile;
ImageDecodeAcceleratorSupportedProfilePtr;
class GpuInfo;
GpuInfoPtr;
}
#endif