Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2814)

Unified Diff: content/renderer/npapi/webplugin_impl.h

Issue 107183002: Move more of the plugin code in the renderer to use RenderFrame instead of RenderView. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: review comments Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/renderer/npapi/webplugin_delegate_proxy.cc ('k') | content/renderer/npapi/webplugin_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « content/renderer/npapi/webplugin_delegate_proxy.cc ('k') | content/renderer/npapi/webplugin_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698