--- content/browser/utility_process_host.h.orig 2023-10-25 09:13:45 UTC +++ content/browser/utility_process_host.h @@ -43,7 +43,7 @@ namespace base { class Thread; } // namespace base -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) || 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) || BUILDFLAG(IS_WIN) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) std::unique_ptr gpu_client_; #endif