aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-content_public_browser_service__process__host.cc
blob: d0242d94459614d6f1518df52dbd6c98831b1296 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- content/public/browser/service_process_host.cc.orig	2024-05-21 18:07:39 UTC
+++ content/public/browser/service_process_host.cc
@@ -70,7 +70,7 @@ ServiceProcessHost::Options::WithPreloadedLibraries(
 
 ServiceProcessHost::Options& ServiceProcessHost::Options::WithGpuClient(
     base::PassKey<ServiceProcessHostGpuClient> passkey) {
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_CHROMEOS_ASH)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_CHROMEOS_ASH) || BUILDFLAG(IS_BSD)
   allow_gpu_client = true;
 #endif
   return *this;