diff options
Diffstat (limited to 'webkit/glue/plugins/plugin_stream_url.cc')
-rw-r--r-- | webkit/glue/plugins/plugin_stream_url.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/webkit/glue/plugins/plugin_stream_url.cc b/webkit/glue/plugins/plugin_stream_url.cc index a16845b..7f9f355 100644 --- a/webkit/glue/plugins/plugin_stream_url.cc +++ b/webkit/glue/plugins/plugin_stream_url.cc @@ -39,6 +39,10 @@ bool PluginStreamUrl::Close(NPReason reason) { return result; } +webkit_glue::WebPluginResourceClient* PluginStreamUrl::AsResourceClient() { + return static_cast<webkit_glue::WebPluginResourceClient*>(this); +} + void PluginStreamUrl::WillSendRequest(const GURL& url, int http_status_code) { if (notify_needed()) { // If the plugin participates in HTTP url redirect handling then notify it. |