$OpenBSD: patch-third_party_blink_renderer_platform_fonts_font_cache_cc,v 1.3 2019/04/17 11:48:54 robert Exp $

Index: third_party/blink/renderer/platform/fonts/font_cache.cc
--- third_party/blink/renderer/platform/fonts/font_cache.cc.orig
+++ third_party/blink/renderer/platform/fonts/font_cache.cc
@@ -66,7 +66,7 @@ namespace blink {
 
 SkFontMgr* FontCache::static_font_manager_ = nullptr;
 
-#if defined(OS_LINUX) || defined(OS_CHROMEOS)
+#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD)
 float FontCache::device_scale_factor_ = 1.0;
 #endif
 
@@ -89,7 +89,7 @@ FontCache::FontCache()
 FontPlatformData* FontCache::SystemFontPlatformData(
     const FontDescription& font_description) {
   const AtomicString& family = FontCache::SystemFontFamily();
-#if defined(OS_LINUX)
+#if defined(OS_LINUX) || defined(OS_BSD)
   if (family.IsEmpty() || family == font_family_names::kSystemUi)
     return nullptr;
 #else
