blob: 5a08e6fff6cf6698fa9cf07132f0f3de5f92969f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- gpu/command_buffer/service/dawn_context_provider.cc.orig 2025-06-30 07:04:30 UTC
+++ gpu/command_buffer/service/dawn_context_provider.cc
@@ -396,7 +396,7 @@ wgpu::BackendType DawnContextProvider::GetDefaultBacke
return base::FeatureList::IsEnabled(features::kSkiaGraphiteDawnUseD3D12)
? wgpu::BackendType::D3D12
: wgpu::BackendType::D3D11;
-#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID)
+#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_BSD)
return wgpu::BackendType::Vulkan;
#elif BUILDFLAG(IS_APPLE)
return wgpu::BackendType::Metal;
|