$OpenBSD: patch-third_party_WebKit_Source_platform_fonts_FontPlatformData_h,v 1.4 2017/03/14 12:18:54 robert Exp $
--- third_party/WebKit/Source/platform/fonts/FontPlatformData.h.orig.port	Thu Mar  9 21:04:45 2017
+++ third_party/WebKit/Source/platform/fonts/FontPlatformData.h	Fri Mar 10 07:46:25 2017
@@ -47,7 +47,7 @@
 #include "wtf/text/CString.h"
 #include "wtf/text/StringImpl.h"
 
-#if OS(LINUX) || OS(ANDROID)
+#if OS(LINUX) || OS(ANDROID) || OS(OPENBSD)
 #include "platform/fonts/linux/FontRenderStyle.h"
 #endif  // OS(LINUX) || OS(ANDROID)
 
@@ -151,7 +151,7 @@ class PLATFORM_EXPORT FontPlatformData {
   PassRefPtr<OpenTypeVerticalData> verticalData() const;
   PassRefPtr<SharedBuffer> openTypeTable(SkFontTableTag) const;
 
-#if OS(LINUX) || OS(ANDROID)
+#if OS(LINUX) || OS(ANDROID) || OS(OPENBSD)
   // The returned styles are all actual styles without
   // FontRenderStyle::NoPreference.
   const FontRenderStyle& getFontRenderStyle() const { return m_style; }
@@ -179,7 +179,7 @@ class PLATFORM_EXPORT FontPlatformData {
   FontOrientation m_orientation;
 
  private:
-#if OS(LINUX) || OS(ANDROID)
+#if OS(LINUX) || OS(ANDROID) || OS(OPENBSD)
   FontRenderStyle m_style;
 #endif
 
