| Index: webkit/glue/plugins/pepper_webplugin_impl.cc
|
| diff --git a/webkit/glue/plugins/pepper_webplugin_impl.cc b/webkit/glue/plugins/pepper_webplugin_impl.cc
|
| index ef01c6a4a1e971e8adf04f345be2e60b8541884c..2e8eb3f9140c2a2743c3286a195a5b581ecaeb35 100644
|
| --- a/webkit/glue/plugins/pepper_webplugin_impl.cc
|
| +++ b/webkit/glue/plugins/pepper_webplugin_impl.cc
|
| @@ -29,6 +29,13 @@ using WebKit::WebView;
|
|
|
| namespace pepper {
|
|
|
| +struct WebPluginImpl::InitData {
|
| + scoped_refptr<PluginModule> module;
|
| + base::WeakPtr<PluginDelegate> delegate;
|
| + std::vector<std::string> arg_names;
|
| + std::vector<std::string> arg_values;
|
| +};
|
| +
|
| WebPluginImpl::WebPluginImpl(
|
| PluginModule* plugin_module,
|
| const WebPluginParams& params,
|
|
|