aboutsummaryrefslogtreecommitdiff
path: root/devel/electron37/files/patch-content_browser_gpu_gpu__process__host.cc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron37/files/patch-content_browser_gpu_gpu__process__host.cc')
-rw-r--r--devel/electron37/files/patch-content_browser_gpu_gpu__process__host.cc19
1 files changed, 19 insertions, 0 deletions
diff --git a/devel/electron37/files/patch-content_browser_gpu_gpu__process__host.cc b/devel/electron37/files/patch-content_browser_gpu_gpu__process__host.cc
new file mode 100644
index 000000000000..5c5dff814ec8
--- /dev/null
+++ b/devel/electron37/files/patch-content_browser_gpu_gpu__process__host.cc
@@ -0,0 +1,19 @@
+--- content/browser/gpu/gpu_process_host.cc.orig 2025-06-30 07:04:30 UTC
++++ content/browser/gpu/gpu_process_host.cc
+@@ -274,6 +274,7 @@ static const char* const kSwitchNames[] = {
+ switches::kDisableSkiaGraphite,
+ switches::kDisableSkiaGraphitePrecompilation,
+ switches::kDisableLowEndDeviceMode,
++ switches::kDisableUnveil,
+ switches::kProfilingAtStart,
+ switches::kProfilingFile,
+ switches::kProfilingFlush,
+@@ -302,7 +303,7 @@ static const char* const kSwitchNames[] = {
+ switches::kEnableNativeGpuMemoryBuffers,
+ switches::kRenderNodeOverride,
+ #endif
+-#if BUILDFLAG(IS_LINUX)
++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
+ switches::kX11Display,
+ switches::kNoXshm,
+ #endif