mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
18 lines
744 B
C++
18 lines
744 B
C++
--- ui/base/ui_base_switches.cc.orig 2025-02-22 18:06:53 UTC
|
|
+++ ui/base/ui_base_switches.cc
|
|
@@ -24,13 +24,13 @@ const char kDisableModalAnimations[] = "disable-modal-
|
|
const char kShowMacOverlayBorders[] = "show-mac-overlay-borders";
|
|
#endif
|
|
|
|
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
|
|
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
|
|
// Specifies system font family name. Improves determenism when rendering
|
|
// pages in headless mode.
|
|
const char kSystemFontFamily[] = "system-font-family";
|
|
#endif
|
|
|
|
-#if BUILDFLAG(IS_LINUX)
|
|
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
|
|
// Specify the toolkit used to construct the Linux GUI.
|
|
const char kUiToolkitFlag[] = "ui-toolkit";
|
|
// Disables GTK IME integration.
|