$OpenBSD: patch-third_party_WebKit_Source_WebCore_platform_graphics_skia_FontCustomPlatformData_h,v 1.3 2011/06/08 20:36:56 robert Exp $
--- third_party/WebKit/Source/WebCore/platform/graphics/skia/FontCustomPlatformData.h.orig	Mon Jun  6 11:16:49 2011
+++ third_party/WebKit/Source/WebCore/platform/graphics/skia/FontCustomPlatformData.h	Wed Jun  8 09:58:37 2011
@@ -42,7 +42,7 @@
 #if OS(WINDOWS)
 #include "PlatformString.h"
 #include <windows.h>
-#elif OS(LINUX) || OS(FREEBSD) || PLATFORM(BREWMP)
+#elif OS(LINUX) || OS(FREEBSD) || PLATFORM(BREWMP) || OS(OPENBSD)
 #include "SkTypeface.h"
 #endif
 
@@ -59,7 +59,7 @@ struct FontCustomPlatformData { (public)
         : m_fontReference(fontReference)
         , m_name(name)
     {}
-#elif OS(LINUX) || OS(FREEBSD) || PLATFORM(BREWMP)
+#elif OS(LINUX) || OS(FREEBSD) || PLATFORM(BREWMP) || OS(OPENBSD)
     explicit FontCustomPlatformData(SkTypeface* typeface)
         : m_fontReference(typeface)
     {}
@@ -75,7 +75,7 @@ struct FontCustomPlatformData { (public)
 #if OS(WINDOWS)
     HANDLE m_fontReference;
     String m_name;
-#elif OS(LINUX) || OS(FREEBSD) || PLATFORM(BREWMP)
+#elif OS(LINUX) || OS(FREEBSD) || PLATFORM(BREWMP) || OS(OPENBSD)
     SkTypeface* m_fontReference;
 #endif
 };
