summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-ui_gfx_switches.cc
blob: a9690c85a567280e668d0d1fb794a7cc5eb1423f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ui/gfx/switches.cc.orig	2022-01-21 13:39:59 UTC
+++ ui/gfx/switches.cc
@@ -26,7 +26,7 @@ const char kForcePrefersReducedMotion[] = "force-prefe
 // Run in headless mode, i.e., without a UI or display server dependencies.
 const char kHeadless[] = "headless";
 
-#if defined(OS_LINUX) || defined(OS_CHROMEOS)
+#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD)
 // Which X11 display to connect to. Emulates the GTK+ "--display=" command line
 // argument. In use only with Ozone/X11.
 const char kX11Display[] = "display";