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

Unified Diff: Source/web/WebPageSerializerImpl.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/WebPageSerializer.cpp ('k') | Source/web/WebPageSerializerImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebPageSerializerImpl.h
diff --git a/Source/web/WebPageSerializerImpl.h b/Source/web/WebPageSerializerImpl.h
index d6e883a1280d86b462fdb28a515cd0e4068ab1ff..a9d8b89471b08f9df9551aead2a4815378fa476f 100644
--- a/Source/web/WebPageSerializerImpl.h
+++ b/Source/web/WebPageSerializerImpl.h
@@ -55,7 +55,7 @@ class Node;
}
namespace blink {
-class WebFrameImpl;
+class WebLocalFrameImpl;
// Get html data by serializing all frames of current page with lists
// which contain all resource links that have local copy.
@@ -91,7 +91,7 @@ public:
private:
// Specified frame which need to be serialized;
- WebFrameImpl* m_specifiedWebFrameImpl;
+ WebLocalFrameImpl* m_specifiedWebLocalFrameImpl;
// Pointer of WebPageSerializerClient
WebPageSerializerClient* m_client;
// This hash map is used to map resource URL of original link to its local
@@ -112,7 +112,7 @@ private:
// Local directory name of all local resource files.
WTF::String m_localDirectoryName;
// Vector for saving all frames which need to be serialized.
- Vector<WebFrameImpl*> m_frames;
+ Vector<WebLocalFrameImpl*> m_frames;
// Web entities conversion maps.
WebEntities m_htmlEntities;
« no previous file with comments | « Source/web/WebPageSerializer.cpp ('k') | Source/web/WebPageSerializerImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698