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

Unified Diff: public/web/WebHelperPlugin.h

Issue 191003006: Framework for converting embedder uses of WebFrame to WebLocalFrame. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 years, 9 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 | « public/web/WebFrameClient.h ('k') | public/web/WebLeakDetector.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebHelperPlugin.h
diff --git a/public/web/WebHelperPlugin.h b/public/web/WebHelperPlugin.h
index 084bf158e678811dfccced0659acb4a74ac569df..57ec1fd2f1b6309b7c1528167aec3d278d994cb0 100644
--- a/public/web/WebHelperPlugin.h
+++ b/public/web/WebHelperPlugin.h
@@ -32,10 +32,10 @@
#define WebHelperPlugin_h
#include "../platform/WebCommon.h"
+#include "WebFrame.h"
namespace blink {
-class WebFrame;
class WebPlugin;
class WebString;
@@ -43,7 +43,7 @@ class WebHelperPlugin {
public:
// May return null if initialization fails. If the returned pointer is
// non-null, the caller must free it by calling destroy().
- BLINK_EXPORT static WebHelperPlugin* create(const WebString& PluginType, WebFrame*);
+ BLINK_EXPORT static WebHelperPlugin* create(const WebString& PluginType, WebLocalFrame*);
// Returns a WebPlugin corresponding to the instantiated plugin. This will
// never return null.
« no previous file with comments | « public/web/WebFrameClient.h ('k') | public/web/WebLeakDetector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698