$OpenBSD: patch-content_renderer_webplugin_delegate_proxy_h,v 1.1 2011/06/08 20:36:56 robert Exp $
--- content/renderer/webplugin_delegate_proxy.h.orig	Wed Jun  8 12:15:26 2011
+++ content/renderer/webplugin_delegate_proxy.h	Wed Jun  8 12:15:47 2011
@@ -21,7 +21,7 @@
 #include "webkit/plugins/npapi/webplugininfo.h"
 #include "webkit/plugins/npapi/webplugin_delegate.h"
 
-#if defined(OS_MACOSX)
+#if defined(OS_MACOSX) || defined(OS_OPENBSD)
 #include "base/hash_tables.h"
 #include "base/memory/linked_ptr.h"
 #endif
@@ -203,7 +203,7 @@ class WebPluginDelegateProxy
   // point the window has already been destroyed).
   void WillDestroyWindow();
 
-#if defined(OS_MACOSX)
+#if defined(OS_MACOSX) || defined(OS_OPENBSD)
   // Synthesize a fake window handle for the plug-in to identify the instance
   // to the browser, allowing mapping to a surface for hardware acceleration
   // of plug-in content. The browser generates the handle which is then set on
