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 3c2587e94f23d94e5e489221b68720c2b14bd675..831de3da2806558b864bf10a16cbc910aa26f32a 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); |
} |