$OpenBSD: patch-webkit_glue_plugins_pepper_plugin_instance_h,v 1.1 2011/02/08 09:43:02 espie Exp $
--- webkit/glue/plugins/pepper_plugin_instance.h.orig	Fri Jan 21 10:19:48 2011
+++ webkit/glue/plugins/pepper_plugin_instance.h	Sun Jan 23 23:27:37 2011
@@ -278,7 +278,7 @@ class PluginInstance : public base::RefCounted<PluginI
   // to keep the pixels valid until CGContextEndPage is called. We use this
   // variable to hold on to the pixels.
   scoped_refptr<ImageData> last_printed_page_;
-#elif defined(OS_LINUX)
+#elif defined(OS_LINUX) || defined(OS_OPENBSD)
   // On Linux, we always send all pages from the renderer to the browser.
   // So, if the plugin supports printPagesAsPDF we print the entire output
   // in one shot in the first call to PrintPage.
