Index: content/child/npapi/webplugin_delegate_impl_android.cc |
=================================================================== |
--- content/child/npapi/webplugin_delegate_impl_android.cc (revision 222265) |
+++ content/child/npapi/webplugin_delegate_impl_android.cc (working copy) |
@@ -15,11 +15,12 @@ |
namespace content { |
WebPluginDelegateImpl::WebPluginDelegateImpl( |
+ WebPlugin* plugin, |
PluginInstance* instance) |
: windowed_handle_(0), |
windowed_did_set_window_(false), |
windowless_(false), |
- plugin_(NULL), |
+ plugin_(plugin), |
instance_(instance), |
quirks_(0), |
handle_event_depth_(0), |