summaryrefslogtreecommitdiff
path: root/www/ungoogled-chromium/files/patch-content_browser_gpu_gpu__process__host.cc
blob: 615918da9d234f86e52052043b6b77c51d81da3d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- content/browser/gpu/gpu_process_host.cc.orig	2023-11-04 07:08:51 UTC
+++ content/browser/gpu/gpu_process_host.cc
@@ -253,6 +253,7 @@ static const char* const kSwitchNames[] = {
     switches::kEnableBackgroundThreadPool,
     switches::kEnableGpuRasterization,
     switches::kEnableLogging,
+    switches::kDisableUnveil,
     switches::kDoubleBufferCompositing,
     switches::kHeadless,
     switches::kLoggingLevel,
@@ -287,7 +288,7 @@ static const char* const kSwitchNames[] = {
     switches::kOzoneDumpFile,
     switches::kDisableBufferBWCompression,
 #endif
-#if BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
     switches::kX11Display,
     switches::kNoXshm,
 #endif