aboutsummaryrefslogtreecommitdiff
path: root/devel/electron33/files/patch-content_browser_gpu_gpu__process__host.cc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron33/files/patch-content_browser_gpu_gpu__process__host.cc')
-rw-r--r--devel/electron33/files/patch-content_browser_gpu_gpu__process__host.cc19
1 files changed, 0 insertions, 19 deletions
diff --git a/devel/electron33/files/patch-content_browser_gpu_gpu__process__host.cc b/devel/electron33/files/patch-content_browser_gpu_gpu__process__host.cc
deleted file mode 100644
index b4af5074ff62..000000000000
--- a/devel/electron33/files/patch-content_browser_gpu_gpu__process__host.cc
+++ /dev/null
@@ -1,19 +0,0 @@
---- content/browser/gpu/gpu_process_host.cc.orig 2024-10-16 21:31:26 UTC
-+++ content/browser/gpu/gpu_process_host.cc
-@@ -275,6 +275,7 @@ static const char* const kSwitchNames[] = {
- switches::kEnableLowEndDeviceMode,
- switches::kDisableSkiaGraphite,
- switches::kDisableLowEndDeviceMode,
-+ switches::kDisableUnveil,
- switches::kProfilingAtStart,
- switches::kProfilingFile,
- switches::kProfilingFlush,
-@@ -302,7 +303,7 @@ static const char* const kSwitchNames[] = {
- switches::kOzoneDumpFile,
- switches::kEnableNativeGpuMemoryBuffers,
- #endif
--#if BUILDFLAG(IS_LINUX)
-+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
- switches::kX11Display,
- switches::kNoXshm,
- #endif