aboutsummaryrefslogblamecommitdiff
path: root/www/chromium/files/patch-content_browser_gpu_gpu__process__host.cc
blob: 42b6e7bbc3e3c92b1ea9c5464cd04b5c82631b77 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                                                               
                                           
                                                               


                                        
                              


                                 
                                                               
                                         
                              
       

                                             


                           
--- content/browser/gpu/gpu_process_host.cc.orig	2024-05-21 18:07:39 UTC
+++ content/browser/gpu/gpu_process_host.cc
@@ -265,6 +265,7 @@ static const char* const kSwitchNames[] = {
     switches::kEnableLowEndDeviceMode,
     switches::kDisableSkiaGraphite,
     switches::kDisableLowEndDeviceMode,
+    switches::kDisableUnveil,
     switches::kProfilingAtStart,
     switches::kProfilingFile,
     switches::kProfilingFlush,
@@ -292,7 +293,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