--- content/public/browser/service_process_host.cc.orig 2024-04-28 08:50:04 UTC +++ content/public/browser/service_process_host.cc @@ -109,7 +109,7 @@ ServiceProcessHost::Options& ServiceProcessHost::Optio ServiceProcessHost::Options& ServiceProcessHost::Options::WithGpuClient( base::PassKey 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;