$OpenBSD: patch-third_party_WebKit_Source_platform_fonts_skia_FontCacheSkia_cpp,v 1.13 2017/03/14 12:18:54 robert Exp $
--- third_party/WebKit/Source/platform/fonts/skia/FontCacheSkia.cpp.orig.port	Thu Mar  9 21:04:45 2017
+++ third_party/WebKit/Source/platform/fonts/skia/FontCacheSkia.cpp	Fri Mar 10 07:46:25 2017
@@ -68,7 +68,7 @@ AtomicString toAtomicString(const SkString& str) {
   return AtomicString::fromUTF8(str.c_str(), str.size());
 }
 
-#if OS(ANDROID) || OS(LINUX)
+#if OS(ANDROID) || OS(LINUX) || OS(OPENBSD)
 // Android special locale for retrieving the color emoji font
 // based on the proposed changes in UTR #51 for introducing
 // an Emoji script code:
@@ -235,7 +235,7 @@ sk_sp<SkTypeface> FontCache::createTypeface(
   }
 #endif
 
-#if OS(LINUX) || OS(WIN)
+#if OS(LINUX) || OS(WIN) || OS(OPENBSD)
   // On linux if the fontManager has been overridden then we should be calling
   // the embedder provided font Manager rather than calling
   // SkTypeface::CreateFromName which may redirect the call to the default font
