$OpenBSD: patch-third_party_WebKit_Source_platform_fonts_FontPlatformData_cpp,v 1.1 2016/10/27 18:30:41 robert Exp $
--- third_party/WebKit/Source/platform/fonts/FontPlatformData.cpp.orig.port	Thu Jul 21 20:09:59 2016
+++ third_party/WebKit/Source/platform/fonts/FontPlatformData.cpp	Thu Jul 21 20:10:28 2016
@@ -93,7 +93,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)
@@ -115,7 +115,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->style()))
 #endif
     , m_harfBuzzFace(nullptr)
@@ -142,7 +142,7 @@ FontPlatformData::FontPlatformData(PassRefPtr<SkTypefa
     , 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->style()))
 #endif
     , m_isHashTableDeletedValue(false)
@@ -188,7 +188,7 @@ const FontPlatformData& FontPlatformData::operator=(co
     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
 
@@ -216,7 +216,7 @@ bool FontPlatformData::operator==(const FontPlatformDa
         && m_isHashTableDeletedValue == a.m_isHashTableDeletedValue
         && m_syntheticBold == a.m_syntheticBold
         && m_syntheticItalic == a.m_syntheticItalic
-#if OS(LINUX) || OS(ANDROID)
+#if OS(LINUX) || OS(ANDROID) || OS(OPENBSD)
         && m_style == a.m_style
 #endif
         && m_orientation == a.m_orientation;
