#ifndef GPU_IPC_COMMON_GPU_PREFERENCES_MOJOM_BLINK_FORWARD_H_
#define GPU_IPC_COMMON_GPU_PREFERENCES_MOJOM_BLINK_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 {
enum class VulkanImplementationName : int32_t;
enum class WebGPUAdapterName : int32_t;
enum class WebGPUPowerPreference : int32_t;
enum class GrContextType : int32_t;
enum class DawnBackendValidationLevel : int32_t;
}
namespace gpu::mojom::blink {
VulkanImplementationName;
WebGPUAdapterName;
WebGPUPowerPreference;
GrContextType;
DawnBackendValidationLevel;
class GpuPreferences;
GpuPreferencesPtr;
}
#endif