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

Unified Diff: Source/web/FrameLoaderClientImpl.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/EditorClientImpl.cpp ('k') | Source/web/FrameLoaderClientImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/FrameLoaderClientImpl.h
diff --git a/Source/web/FrameLoaderClientImpl.h b/Source/web/FrameLoaderClientImpl.h
index d6c0a925ebefff9ca0d5a68c34a64a001b0d797a..1c5ad9a1423a3ea96fc0beaeabae535b62b04c36 100644
--- a/Source/web/FrameLoaderClientImpl.h
+++ b/Source/web/FrameLoaderClientImpl.h
@@ -39,16 +39,16 @@
namespace blink {
-class WebFrameImpl;
+class WebLocalFrameImpl;
class WebPluginContainerImpl;
class WebPluginLoadObserver;
class FrameLoaderClientImpl FINAL : public WebCore::FrameLoaderClient {
public:
- FrameLoaderClientImpl(WebFrameImpl* webFrame);
+ FrameLoaderClientImpl(WebLocalFrameImpl* webFrame);
virtual ~FrameLoaderClientImpl();
- WebFrameImpl* webFrame() const { return m_webFrame; }
+ WebLocalFrameImpl* webFrame() const { return m_webFrame; }
// WebCore::FrameLoaderClient ----------------------------------------------
@@ -166,7 +166,7 @@ private:
// The WebFrame that owns this object and manages its lifetime. Therefore,
// the web frame object is guaranteed to exist.
- WebFrameImpl* m_webFrame;
+ WebLocalFrameImpl* m_webFrame;
};
DEFINE_TYPE_CASTS(FrameLoaderClientImpl, WebCore::FrameLoaderClient, client, client->isFrameLoaderClientImpl(), client.isFrameLoaderClientImpl());
« no previous file with comments | « Source/web/EditorClientImpl.cpp ('k') | Source/web/FrameLoaderClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698