$OpenBSD: patch-chrome_renderer_webplugin_delegate_pepper_h,v 1.1 2011/02/08 09:43:02 espie Exp $
--- chrome/renderer/webplugin_delegate_pepper.h.orig	Fri Jan 21 10:20:27 2011
+++ chrome/renderer/webplugin_delegate_pepper.h	Sun Jan 23 23:27:34 2011
@@ -308,7 +308,7 @@ class WebPluginDelegatePepper : public webkit_glue::We
   // variable to hold on to the pixels.
   SkBitmap last_printed_page_;
 #endif   // defined(OS_MACOSX)
-#if defined (OS_LINUX)
+#if 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.
@@ -319,7 +319,7 @@ class WebPluginDelegatePepper : public webkit_glue::We
   // Specifies whether we have already output all pages. This is used to ignore
   // subsequent PrintPage requests.
   bool pdf_output_done_;
-#endif   // defined(OS_LINUX)
+#endif   // defined(OS_LINUX) || defined(OS_OPENBSD)
 
 #if defined(ENABLE_GPU)
   // The command buffer used to issue commands to the nested GPU plugin.
