$OpenBSD: patch-third_party_WebKit_Source_platform_fonts_FontCache_h,v 1.6 2017/02/23 17:30:49 robert Exp $
--- third_party/WebKit/Source/platform/fonts/FontCache.h.orig.port	Thu Feb  2 03:03:10 2017
+++ third_party/WebKit/Source/platform/fonts/FontCache.h	Thu Feb  2 15:40:34 2017
@@ -122,7 +122,7 @@ class PLATFORM_EXPORT FontCache {
 #else
   static const AtomicString& legacySystemFontFamily();
 #endif
-#if OS(LINUX) || OS(ANDROID)
+#if OS(LINUX) || OS(ANDROID) || OS(OPENBSD)
   static void setSystemFontFamily(const AtomicString&);
 #endif
 
@@ -232,7 +232,7 @@ class PLATFORM_EXPORT FontCache {
                                    const FontFaceCreationParams&,
                                    CString& name);
 
-#if OS(ANDROID) || OS(LINUX)
+#if OS(ANDROID) || OS(LINUX) || OS(OPENBSD)
   static AtomicString getFamilyNameForCharacter(SkFontMgr*,
                                                 UChar32,
                                                 const FontDescription&,
