--- ui/gfx/platform_font_skia.h.orig 2026-08-13 07:41:05 UTC +++ ui/gfx/platform_font_skia.h @@ -101,7 +101,7 @@ class COMPONENT_EXPORT(GFX) PlatformFontSkia : public int font_size_pixels_; int style_; float device_scale_factor_; -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) bool subpixel_rendering_enabled_ = true; #endif