--- content/browser/utility_process_host.h.orig 2023-08-20 00:00:07 UTC +++ content/browser/utility_process_host.h @@ -43,7 +43,7 @@ namespace base { class Thread; } // namespace base -#if BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) namespace viz { class GpuClient; } // namespace viz @@ -259,7 +259,7 @@ class CONTENT_EXPORT UtilityProcessHost std::vector pending_run_service_callbacks_; #endif -#if BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) std::unique_ptr gpu_client_; #endif