| Index: content/renderer/pepper/pepper_webplugin_impl.h
|
| ===================================================================
|
| --- content/renderer/pepper/pepper_webplugin_impl.h (revision 241580)
|
| +++ content/renderer/pepper/pepper_webplugin_impl.h (working copy)
|
| @@ -27,15 +27,13 @@
|
| class PepperPluginInstanceImpl;
|
| class PluginModule;
|
| class PPB_URLLoader_Impl;
|
| -class RenderFrame;
|
| -class RenderViewImpl;
|
| +class RenderFrameImpl;
|
|
|
| class PepperWebPluginImpl : public blink::WebPlugin {
|
| public:
|
| PepperWebPluginImpl(PluginModule* module,
|
| const blink::WebPluginParams& params,
|
| - const base::WeakPtr<RenderViewImpl>& render_view,
|
| - RenderFrame* render_frame);
|
| + RenderFrameImpl* render_frame);
|
|
|
| PepperPluginInstanceImpl* instance() { return instance_.get(); }
|
|
|
|
|