aboutsummaryrefslogtreecommitdiff
path: root/devel/electron29/files/patch-content_browser_gpu_gpu__process__host.cc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron29/files/patch-content_browser_gpu_gpu__process__host.cc')
-rw-r--r--devel/electron29/files/patch-content_browser_gpu_gpu__process__host.cc19
1 files changed, 19 insertions, 0 deletions
diff --git a/devel/electron29/files/patch-content_browser_gpu_gpu__process__host.cc b/devel/electron29/files/patch-content_browser_gpu_gpu__process__host.cc
new file mode 100644
index 000000000000..51ed243f6d8d
--- /dev/null
+++ b/devel/electron29/files/patch-content_browser_gpu_gpu__process__host.cc
@@ -0,0 +1,19 @@
+--- content/browser/gpu/gpu_process_host.cc.orig 2024-02-21 00:20:44 UTC
++++ content/browser/gpu/gpu_process_host.cc
+@@ -256,6 +256,7 @@ static const char* const kSwitchNames[] = {
+ switches::kEnableGpuRasterization,
+ switches::kEnableSkiaGraphite,
+ switches::kEnableLogging,
++ switches::kDisableUnveil,
+ switches::kDoubleBufferCompositing,
+ switches::kHeadless,
+ switches::kLoggingLevel,
+@@ -290,7 +291,7 @@ static const char* const kSwitchNames[] = {
+ switches::kDisableExplicitDmaFences,
+ switches::kOzoneDumpFile,
+ #endif
+-#if BUILDFLAG(IS_LINUX)
++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
+ switches::kX11Display,
+ switches::kNoXshm,
+ #endif