aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-ui_gfx_switches.h
blob: 0022a2a90a1f13751a1f8245f3d415ff9a6ca2cd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ui/gfx/switches.h.orig	2024-04-19 13:02:56 UTC
+++ ui/gfx/switches.h
@@ -19,7 +19,7 @@ GFX_SWITCHES_EXPORT extern const char kForcePrefersRed
 GFX_SWITCHES_EXPORT extern const char kForcePrefersNoReducedMotion[];
 GFX_SWITCHES_EXPORT extern const char kHeadless[];
 
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
 GFX_SWITCHES_EXPORT extern const char kX11Display[];
 GFX_SWITCHES_EXPORT extern const char kNoXshm[];
 #endif