| Index: webkit/glue/plugins/pepper_webplugin_impl.h
|
| diff --git a/webkit/glue/plugins/pepper_webplugin_impl.h b/webkit/glue/plugins/pepper_webplugin_impl.h
|
| index 3023d9599b25f88e92f1a04caf222e460fde01c6..15ee784a482b579455816f162289ee01e14c0929 100644
|
| --- a/webkit/glue/plugins/pepper_webplugin_impl.h
|
| +++ b/webkit/glue/plugins/pepper_webplugin_impl.h
|
| @@ -76,12 +76,7 @@ class WebPluginImpl : public WebKit::WebPlugin {
|
| virtual bool printPage(int page_number, WebKit::WebCanvas* canvas);
|
| virtual void printEnd();
|
|
|
| - struct InitData {
|
| - scoped_refptr<PluginModule> module;
|
| - base::WeakPtr<PluginDelegate> delegate;
|
| - std::vector<std::string> arg_names;
|
| - std::vector<std::string> arg_values;
|
| - };
|
| + struct InitData;
|
|
|
| scoped_ptr<InitData> init_data_; // Cleared upon successful initialization.
|
| // True if the instance represents the entire document in a frame instead of
|
|
|