| Index: webkit/plugins/ppapi/plugin_module.h
|
| diff --git a/webkit/plugins/ppapi/plugin_module.h b/webkit/plugins/ppapi/plugin_module.h
|
| index 0a2371495be5602d0210fe808dff29daabdb8263..e6f3e8593e1c19ae73128a05dc6453079aed0d75 100644
|
| --- a/webkit/plugins/ppapi/plugin_module.h
|
| +++ b/webkit/plugins/ppapi/plugin_module.h
|
| @@ -33,6 +33,10 @@ class CallbackTracker;
|
| class WebKitForwarding;
|
| } // namespace ppapi
|
|
|
| +namespace WebKit {
|
| +class WebPluginContainer;
|
| +} // namespace WebKit
|
| +
|
| namespace webkit {
|
| namespace ppapi {
|
|
|
| @@ -135,7 +139,9 @@ class WEBKIT_PLUGINS_EXPORT PluginModule :
|
| const FilePath& path() const { return path_; }
|
| const ::ppapi::PpapiPermissions& permissions() const { return permissions_; }
|
|
|
| - PluginInstance* CreateInstance(PluginDelegate* delegate);
|
| + PluginInstance* CreateInstance(PluginDelegate* delegate,
|
| + WebKit::WebPluginContainer* container,
|
| + const GURL& plugin_url);
|
|
|
| // Returns "some" plugin instance associated with this module. This is not
|
| // guaranteed to be any one in particular. This is normally used to execute
|
|
|