$OpenBSD: patch-third_party_WebKit_WebCore_platform_chromium_ChromiumBridge_h,v 1.2 2011/02/08 09:43:02 espie Exp $
--- third_party/WebKit/WebCore/platform/chromium/ChromiumBridge.h.orig	Tue Jan 25 12:43:37 2011
+++ third_party/WebKit/WebCore/platform/chromium/ChromiumBridge.h	Wed Feb  2 01:11:52 2011
@@ -148,7 +148,7 @@ namespace WebCore {
 #if OS(WINDOWS)
         static bool ensureFontLoaded(HFONT font);
 #endif
-#if OS(LINUX) || OS(FREEBSD)
+#if OS(LINUX) || OS(FREEBSD) || OS(OPENBSD)
         static void getRenderStyleForStrike(const char* family, int sizeAndStyle, FontRenderStyle* result);
         static String getFontFamilyForCharacters(const UChar*, size_t numCharacters);
 #endif
@@ -268,7 +268,7 @@ namespace WebCore {
             GraphicsContext*, int part, int state, int classicState, const IntRect&);
         static void paintProgressBar(
             GraphicsContext*, const IntRect& barRect, const IntRect& valueRect, bool determinate, double animatedSeconds);
-#elif OS(LINUX)
+#elif OS(LINUX) || OS(FREEBSD) || OS(OPENBSD)
         // The UI part which is being accessed.
         enum ThemePart {
             PartScrollbarDownArrow,
