summaryrefslogtreecommitdiffstats
path: root/content/renderer/pepper/host_dispatcher_wrapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/renderer/pepper/host_dispatcher_wrapper.h')
-rw-r--r--content/renderer/pepper/host_dispatcher_wrapper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/renderer/pepper/host_dispatcher_wrapper.h b/content/renderer/pepper/host_dispatcher_wrapper.h
index e534917..c3b58fb 100644
--- a/content/renderer/pepper/host_dispatcher_wrapper.h
+++ b/content/renderer/pepper/host_dispatcher_wrapper.h
@@ -34,7 +34,7 @@ class HostDispatcherWrapper {
bool Init(const IPC::ChannelHandle& channel_handle,
PP_GetInterface_Func local_get_interface,
const ppapi::Preferences& preferences,
- PepperHungPluginFilter* filter);
+ scoped_refptr<PepperHungPluginFilter> filter);
// Implements GetInterface for the proxied plugin.
const void* GetProxiedInterface(const char* name);