$OpenBSD: patch-webkit_plugins_ppapi_ppapi_plugin_instance_cc,v 1.7 2011/12/14 16:58:19 robert Exp $
--- webkit/plugins/ppapi/ppapi_plugin_instance.cc.orig	Wed Dec  7 09:01:08 2011
+++ webkit/plugins/ppapi/ppapi_plugin_instance.cc	Tue Dec 13 21:23:12 2011
@@ -1339,7 +1339,7 @@ bool PluginInstance::PrintPDFOutput(PP_Resource print_
 #endif  // defined(OS_WIN)
 
   bool ret = false;
-#if defined(OS_LINUX) || (defined(OS_MACOSX) && defined(USE_SKIA))
+#if defined(OS_LINUX) || ((defined(OS_MACOSX) || defined(OS_OPENBSD)) && defined(USE_SKIA))
   // On Linux we just set the final bits in the native metafile
   // (NativeMetafile and PreviewMetafile must have compatible formats,
   // i.e. both PDF for this to work).
