| Index: chrome/common/plugin_messages.cc
|
| diff --git a/chrome/common/plugin_messages.cc b/chrome/common/plugin_messages.cc
|
| index d9117ff88fc08ef2f52a0a62555139e52b849120..26d2aecc77b5f5157508692d07d128bfcdc0c9d9 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)
|
|
|