$OpenBSD: patch-content_renderer_renderer_blink_platform_impl_cc,v 1.1 2015/01/22 11:16:41 robert Exp $
--- content/renderer/renderer_blink_platform_impl.cc.orig.port	Sat Dec  6 11:45:56 2014
+++ content/renderer/renderer_blink_platform_impl.cc	Sat Dec  6 11:46:33 2014
@@ -96,7 +96,7 @@
 
 #if defined(OS_POSIX)
 #include "base/file_descriptor_posix.h"
-#if !defined(OS_MACOSX) && !defined(OS_ANDROID)
+#if !defined(OS_MACOSX) && !defined(OS_ANDROID) && !defined(OS_BSD)
 #include <map>
 #include <string>
 
@@ -190,7 +190,7 @@ class RendererBlinkPlatformImpl::FileUtilities : publi
   scoped_refptr<ThreadSafeSender> thread_safe_sender_;
 };
 
-#if defined(OS_ANDROID)
+#if defined(OS_ANDROID) || defined(OS_BSD)
 // WebKit doesn't use WebSandboxSupport on android so we don't need to
 // implement anything here.
 class RendererBlinkPlatformImpl::SandboxSupport {};
@@ -293,7 +293,7 @@ blink::WebFileUtilities* RendererBlinkPlatformImpl::fi
 }
 
 blink::WebSandboxSupport* RendererBlinkPlatformImpl::sandboxSupport() {
-#if defined(OS_ANDROID)
+#if defined(OS_ANDROID) || defined(OS_BSD)
   // WebKit doesn't use WebSandboxSupport on android.
   return NULL;
 #else
@@ -583,7 +583,7 @@ bool RendererBlinkPlatformImpl::SandboxSupport::loadFo
   return FontLoader::CGFontRefFromBuffer(font_data, font_data_size, out);
 }
 
-#elif defined(OS_ANDROID)
+#elif defined(OS_ANDROID) || defined(OS_BSD)
 
 // WebKit doesn't use WebSandboxSupport on android so we don't need to
 // implement anything here. This is cleaner to support than excluding the
