Index: content/renderer/pepper/pepper_plugin_instance_impl.h |
diff --git a/content/renderer/pepper/pepper_plugin_instance_impl.h b/content/renderer/pepper/pepper_plugin_instance_impl.h |
index 4b1493147a0deedf8f559539adf0d32718892c24..0700afa1d1da3095f9219b40fcdbf6317a64fcdc 100644 |
--- a/content/renderer/pepper/pepper_plugin_instance_impl.h |
+++ b/content/renderer/pepper/pepper_plugin_instance_impl.h |
@@ -130,7 +130,8 @@ class CONTENT_EXPORT PepperPluginInstanceImpl |
static PepperPluginInstanceImpl* Create(RenderFrameImpl* render_frame, |
PluginModule* module, |
blink::WebPluginContainer* container, |
- const GURL& plugin_url); |
+ const GURL& plugin_url, |
+ const GURL& top_frame_url); |
RenderFrameImpl* render_frame() const { return render_frame_; } |
PluginModule* module() const { return module_.get(); } |
@@ -593,7 +594,8 @@ class CONTENT_EXPORT PepperPluginInstanceImpl |
PluginModule* module, |
ppapi::PPP_Instance_Combined* instance_interface, |
blink::WebPluginContainer* container, |
- const GURL& plugin_url); |
+ const GURL& plugin_url, |
+ const GURL& top_frame_url); |
bool LoadFindInterface(); |
bool LoadInputEventInterface(); |