blob: 4222f37a9ec16047dcacfd5c2a9353f71e27aacb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- content/common/plugin_messages.h.orig 2010-12-16 02:12:13.000000000 +0100
+++ content/common/plugin_messages.h 2010-12-20 20:15:08.000000000 +0100
@@ -116,7 +116,7 @@
TransportDIB::Handle windowless_buffer;
TransportDIB::Handle background_buffer;
-#if defined(OS_MACOSX)
+#if defined(OS_MACOSX) || defined(OS_FREEBSD)
// This field contains a key that the plug-in process is expected to return
// to the renderer in its ACK message, unless the value is -1, in which case
// no ACK message is required. Other than the special -1 value, the values
|