summaryrefslogtreecommitdiffstats
path: root/chrome/common/plugin_messages.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/plugin_messages.cc')
-rw-r--r--chrome/common/plugin_messages.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/common/plugin_messages.cc b/chrome/common/plugin_messages.cc
index d9117ff..26d2aec 100644
--- a/chrome/common/plugin_messages.cc
+++ b/chrome/common/plugin_messages.cc
@@ -57,8 +57,8 @@ NPVariant_Param::~NPVariant_Param() {
PluginMsg_UpdateGeometry_Param::PluginMsg_UpdateGeometry_Param()
: transparent(false),
#if !defined(OS_MACOSX)
- windowless_buffer(NULL),
- background_buffer(NULL)
+ windowless_buffer(TransportDIB::DefaultHandleValue()),
+ background_buffer(TransportDIB::DefaultHandleValue())
#else
ack_key(-1)
#endif // !defined(OS_MACOSX)