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

Unified Diff: Source/web/WebRemoteFrameImpl.h

Issue 474143002: Rename some functions of which names contain 'WebCore.' (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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/WebLocalFrameImpl.cpp ('k') | Source/web/WebRemoteFrameImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebRemoteFrameImpl.h
diff --git a/Source/web/WebRemoteFrameImpl.h b/Source/web/WebRemoteFrameImpl.h
index 43240f12ee946f310d47668a0495f40a1625f0f8..f42b3c782e7e2113b780a866761fbe82d470e0bf 100644
--- a/Source/web/WebRemoteFrameImpl.h
+++ b/Source/web/WebRemoteFrameImpl.h
@@ -175,9 +175,9 @@ public:
virtual WebLocalFrame* createLocalChild(const WebString& name, WebFrameClient*) OVERRIDE;
virtual WebRemoteFrame* createRemoteChild(const WebString& name, WebFrameClient*) OVERRIDE;
- void initializeWebCoreFrame(FrameHost*, FrameOwner*, const AtomicString& name);
+ void initializeCoreFrame(FrameHost*, FrameOwner*, const AtomicString& name);
- void setWebCoreFrame(PassRefPtr<RemoteFrame>);
+ void setCoreFrame(PassRefPtr<RemoteFrame>);
RemoteFrame* frame() const { return m_frame.get(); }
static WebRemoteFrameImpl* fromFrame(RemoteFrame&);
« no previous file with comments | « Source/web/WebLocalFrameImpl.cpp ('k') | Source/web/WebRemoteFrameImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698