Index: content/child/npapi/webplugin_delegate_impl_win.cc |
=================================================================== |
--- content/child/npapi/webplugin_delegate_impl_win.cc (revision 222265) |
+++ content/child/npapi/webplugin_delegate_impl_win.cc (working copy) |
@@ -220,10 +220,11 @@ |
} |
WebPluginDelegateImpl::WebPluginDelegateImpl( |
+ WebPlugin* plugin, |
PluginInstance* instance) |
: instance_(instance), |
quirks_(0), |
- plugin_(NULL), |
+ plugin_(plugin), |
windowless_(false), |
windowed_handle_(NULL), |
windowed_did_set_window_(false), |