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

Unified Diff: chrome/renderer/render_view.h

Issue 2827047: Make RenderView call the plugin through WebKit::WebPlugin (instead of casting... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: compile until webkit is rolled Created 10 years, 5 months 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 | « chrome/renderer/pepper_plugin_delegate_impl.cc ('k') | chrome/renderer/render_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/render_view.h
===================================================================
--- chrome/renderer/render_view.h (revision 51864)
+++ chrome/renderer/render_view.h (working copy)
@@ -108,6 +108,7 @@
class WebImage;
class WebMediaPlayer;
class WebMediaPlayerClient;
+class WebPlugin;
class WebStorageNamespace;
class WebURLRequest;
struct WebFileChooserParams;
@@ -880,7 +881,7 @@
WebKit::WebFrame* GetChildFrame(const std::wstring& frame_xpath) const;
// Should only be called if this object wraps a PluginDocument.
- webkit_glue::WebPluginDelegate* GetDelegateForPluginDocument();
+ WebKit::WebPlugin* GetWebPluginFromPluginDocument();
// Decodes a data: URL image or returns an empty image in case of failure.
SkBitmap ImageFromDataUrl(const GURL&) const;
« no previous file with comments | « chrome/renderer/pepper_plugin_delegate_impl.cc ('k') | chrome/renderer/render_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698