$OpenBSD: patch-third_party_WebKit_Source_platform_fonts_FontPlatformData_cpp,v 1.3 2017/03/14 12:18:54 robert Exp $
--- third_party/WebKit/Source/platform/fonts/FontPlatformData.cpp.orig.port	Thu Mar  9 21:04:45 2017
+++ third_party/WebKit/Source/platform/fonts/FontPlatformData.cpp	Fri Mar 10 07:46:24 2017
@@ -99,7 +99,7 @@ FontPlatformData::FontPlatformData(const FontPlatformD
       m_syntheticBold(source.m_syntheticBold),
       m_syntheticItalic(source.m_syntheticItalic),
       m_orientation(source.m_orientation),
-#if OS(LINUX) || OS(ANDROID)
+#if OS(LINUX) || OS(ANDROID) || OS(OPENBSD)
       m_style(source.m_style),
 #endif
       m_harfBuzzFace(nullptr),
@@ -122,7 +122,7 @@ FontPlatformData::FontPlatformData(const FontPlatformD
       m_syntheticBold(src.m_syntheticBold),
       m_syntheticItalic(src.m_syntheticItalic),
       m_orientation(src.m_orientation),
-#if OS(LINUX) || OS(ANDROID)
+#if OS(LINUX) || OS(ANDROID) || OS(OPENBSD)
       m_style(FontRenderStyle::querySystem(m_family,
                                            m_textSize,
                                            m_typeface->fontStyle())),
@@ -155,7 +155,7 @@ FontPlatformData::FontPlatformData(sk_sp<SkTypeface> t
       m_syntheticBold(syntheticBold),
       m_syntheticItalic(syntheticItalic),
       m_orientation(orientation),
-#if OS(LINUX) || OS(ANDROID)
+#if OS(LINUX) || OS(ANDROID) || OS(OPENBSD)
       m_style(FontRenderStyle::querySystem(m_family,
                                            m_textSize,
                                            m_typeface->fontStyle())),
@@ -200,7 +200,7 @@ const FontPlatformData& FontPlatformData::operator=(
   m_syntheticItalic = other.m_syntheticItalic;
   m_harfBuzzFace = nullptr;
   m_orientation = other.m_orientation;
-#if OS(LINUX) || OS(ANDROID)
+#if OS(LINUX) || OS(ANDROID) || OS(OPENBSD)
   m_style = other.m_style;
 #endif
 
