$OpenBSD: patch-third_party_WebKit_Source_platform_fonts_FontCache_h,v 1.2 2016/10/27 18:30:41 robert Exp $
--- third_party/WebKit/Source/platform/fonts/FontCache.h.orig.port	Thu Sep  1 00:03:48 2016
+++ third_party/WebKit/Source/platform/fonts/FontCache.h	Thu Sep  1 11:12:24 2016
@@ -179,7 +179,7 @@ class PLATFORM_EXPORT FontCache { (private)
     // Implemented on skia platforms.
     PassRefPtr<SkTypeface> createTypeface(const FontDescription&, const FontFaceCreationParams&, CString& name);
 
-#if OS(ANDROID) || OS(LINUX)
+#if OS(ANDROID) || OS(LINUX) || OS(OPENBSD)
     static AtomicString getFamilyNameForCharacter(SkFontMgr*, UChar32, const FontDescription&, FontFallbackPriority);
 #endif
 
