Index: webkit/plugins/npapi/webplugin_delegate_impl.cc |
diff --git a/webkit/plugins/npapi/webplugin_delegate_impl.cc b/webkit/plugins/npapi/webplugin_delegate_impl.cc |
index a27fc9f64812ca1f676cd5a19ad26eb4b99d46d3..25d8167839c09c97fb743fc8617b4238aabb1d72 100644 |
--- a/webkit/plugins/npapi/webplugin_delegate_impl.cc |
+++ b/webkit/plugins/npapi/webplugin_delegate_impl.cc |
@@ -186,6 +186,10 @@ NPObject* WebPluginDelegateImpl::GetPluginScriptableObject() { |
return instance_->GetPluginScriptableObject(); |
} |
+NPP WebPluginDelegateImpl::GetPluginNPP() { |
+ return instance_->npp(); |
+} |
+ |
bool WebPluginDelegateImpl::GetFormValue(base::string16* value) { |
return instance_->GetFormValue(value); |
} |