modifying for *BSD support and additional NetBSD specific patches. This version includes some security bug fixes.
13 lines
483 B
C++
13 lines
483 B
C++
$NetBSD: patch-chrome_plugin_webplugin__proxy.cc,v 1.1 2011/04/28 03:09:02 rxg Exp $
|
|
|
|
--- chrome/plugin/webplugin_proxy.cc.orig 2011-04-13 08:01:44.000000000 +0000
|
|
+++ chrome/plugin/webplugin_proxy.cc
|
|
@@ -483,7 +483,7 @@ void WebPluginProxy::UpdateGeometry(
|
|
const TransportDIB::Handle& windowless_buffer,
|
|
const TransportDIB::Handle& background_buffer,
|
|
bool transparent
|
|
-#if defined(OS_MACOSX)
|
|
+#if defined(OS_MACOSX) || defined(OS_BSD)
|
|
,
|
|
int ack_key
|
|
#endif
|