1 --- src/3rdparty/chromium/ui/gfx/switches.cc.orig 2025-08-15 18:30:00 UTC 2 +++ src/3rdparty/chromium/ui/gfx/switches.cc 3 @@ -32,7 +32,7 @@ const char kHeadless[] = "headless"; 4 // Run in headless mode, i.e., without a UI or display server dependencies. 5 const char kHeadless[] = "headless"; 6 7 -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) 8 +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) 9 // Which X11 display to connect to. Emulates the GTK+ "--display=" command line 10 // argument. In use only with Ozone/X11. 11 const char kX11Display[] = "display"; 12