| Index: webkit/glue/plugins/pepper_webplugin_impl.h
|
| ===================================================================
|
| --- webkit/glue/plugins/pepper_webplugin_impl.h (revision 51230)
|
| +++ webkit/glue/plugins/pepper_webplugin_impl.h (working copy)
|
| @@ -23,6 +23,7 @@
|
| class PluginDelegate;
|
| class PluginInstance;
|
| class PluginModule;
|
| +class URLLoader;
|
|
|
| class WebPluginImpl : public WebKit::WebPlugin {
|
| public:
|
| @@ -69,6 +70,7 @@
|
|
|
| scoped_ptr<InitData> init_data_; // Cleared upon successful initialization.
|
| scoped_refptr<PluginInstance> instance_;
|
| + scoped_refptr<URLLoader> document_loader_;
|
| gfx::Rect plugin_rect_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(WebPluginImpl);
|
|
|