aboutsummaryrefslogblamecommitdiff
path: root/www/ungoogled-chromium/files/patch-ui_gfx_render__text__fuzzer.cc
blob: 7ad9713c26d72d1b293daab4e56bc44ae9873b02 (plain) (tree)



















                                                                       
--- ui/gfx/render_text_fuzzer.cc.orig	2022-10-01 07:40:07 UTC
+++ ui/gfx/render_text_fuzzer.cc
@@ -14,7 +14,7 @@
 #include "ui/gfx/font_util.h"
 #include "ui/gfx/render_text.h"
 
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
 #include "third_party/test_fonts/fontconfig/fontconfig_util_linux.h"
 #endif
 
@@ -37,7 +37,7 @@ struct Environment {
 
     CHECK(base::i18n::InitializeICU());
 
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
     test_fonts::SetUpFontconfig();
 #endif
     gfx::InitializeFonts();