aboutsummaryrefslogtreecommitdiff
path: root/www/ungoogled-chromium/files/patch-content_browser_utility__process__host.h
diff options
context:
space:
mode:
Diffstat (limited to 'www/ungoogled-chromium/files/patch-content_browser_utility__process__host.h')
-rw-r--r--www/ungoogled-chromium/files/patch-content_browser_utility__process__host.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/www/ungoogled-chromium/files/patch-content_browser_utility__process__host.h b/www/ungoogled-chromium/files/patch-content_browser_utility__process__host.h
index c2b3aeaa45bd..e93a13fae81c 100644
--- a/www/ungoogled-chromium/files/patch-content_browser_utility__process__host.h
+++ b/www/ungoogled-chromium/files/patch-content_browser_utility__process__host.h
@@ -1,11 +1,11 @@
---- content/browser/utility_process_host.h.orig 2023-07-21 09:49:17 UTC
+--- content/browser/utility_process_host.h.orig 2023-09-17 07:59:53 UTC
+++ content/browser/utility_process_host.h
@@ -39,7 +39,7 @@ namespace base {
class Thread;
} // namespace base
--#if BUILDFLAG(IS_LINUX)
-+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
+-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN)
++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD)
namespace viz {
class GpuClient;
} // namespace viz
@@ -13,8 +13,8 @@
std::vector<RunServiceDeprecatedCallback> pending_run_service_callbacks_;
#endif
--#if BUILDFLAG(IS_LINUX)
-+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
+-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN)
++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD)
std::unique_ptr<viz::GpuClient, base::OnTaskRunnerDeleter> gpu_client_;
#endif