| Index: content/renderer/npapi/webplugin_impl.h
|
| ===================================================================
|
| --- content/renderer/npapi/webplugin_impl.h (revision 238847)
|
| +++ content/renderer/npapi/webplugin_impl.h (working copy)
|
| @@ -43,7 +43,7 @@
|
| } // namespace webkit_glue
|
|
|
| namespace content {
|
| -class RenderFrame;
|
| +class RenderFrameImpl;
|
| class RenderViewImpl;
|
| class WebPluginDelegate;
|
|
|
| @@ -59,7 +59,7 @@
|
| const blink::WebPluginParams& params,
|
| const base::FilePath& file_path,
|
| const base::WeakPtr<RenderViewImpl>& render_view,
|
| - RenderFrame* render_frame);
|
| + RenderFrameImpl* render_frame);
|
| virtual ~WebPluginImpl();
|
|
|
| // Helper function for sorting post data.
|
| @@ -287,7 +287,7 @@
|
| scoped_ptr<blink::WebLayer> web_layer_;
|
| #endif
|
| bool accepts_input_events_;
|
| - RenderFrame* render_frame_;
|
| + RenderFrameImpl* render_frame_;
|
| base::WeakPtr<RenderViewImpl> render_view_;
|
| blink::WebFrame* webframe_;
|
|
|
|
|