aboutsummaryrefslogtreecommitdiff
path: root/devel/electron32/files/patch-content_public_browser_service__process__host.cc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron32/files/patch-content_public_browser_service__process__host.cc')
-rw-r--r--devel/electron32/files/patch-content_public_browser_service__process__host.cc11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron32/files/patch-content_public_browser_service__process__host.cc b/devel/electron32/files/patch-content_public_browser_service__process__host.cc
deleted file mode 100644
index cc874ecd82c3..000000000000
--- a/devel/electron32/files/patch-content_public_browser_service__process__host.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- content/public/browser/service_process_host.cc.orig 2024-06-30 11:48:30 UTC
-+++ content/public/browser/service_process_host.cc
-@@ -103,7 +103,7 @@ ServiceProcessHost::Options& ServiceProcessHost::Optio
-
- 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;