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

Unified Diff: Source/web/WebHelperPluginImpl.h

Issue 241303002: Rename WebFrameImpl to WebLocalFrameImpl. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix Mac too Created 6 years, 8 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 | « Source/web/WebFrameImpl.cpp ('k') | Source/web/WebHelperPluginImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebHelperPluginImpl.h
diff --git a/Source/web/WebHelperPluginImpl.h b/Source/web/WebHelperPluginImpl.h
index c48b25cc7f99662f251c5606b99ad9c0058b03e6..47ab75d5fdfb796c59da6ba054adc99885bbb951 100644
--- a/Source/web/WebHelperPluginImpl.h
+++ b/Source/web/WebHelperPluginImpl.h
@@ -45,7 +45,7 @@ class HTMLObjectElement;
namespace blink {
-class WebFrameImpl;
+class WebLocalFrameImpl;
class WebPluginContainerImpl;
// Utility class to host helper plugins for media. Internally, it creates a detached
@@ -65,7 +65,7 @@ private:
WebHelperPluginImpl();
virtual ~WebHelperPluginImpl();
- bool initialize(const String& pluginType, WebFrameImpl*);
+ bool initialize(const String& pluginType, WebLocalFrameImpl*);
void reallyDestroy(WebCore::Timer<WebHelperPluginImpl>*);
WebCore::Timer<WebHelperPluginImpl> m_destructionTimer;
« no previous file with comments | « Source/web/WebFrameImpl.cpp ('k') | Source/web/WebHelperPluginImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698