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

Unified Diff: content/renderer/pepper/pepper_webplugin_impl.h

Issue 105553005: Make PepperWebPlugin not use RenderViews. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: 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
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(); }

Powered by Google App Engine
This is Rietveld 408576698