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

Unified Diff: third_party/WebKit/Source/web/WebFrameSerializerImpl.h

Issue 2881693002: Move more classes to WebLocalFrameBase instead of WebLocalFrameImpl. (Closed)
Patch Set: Created 3 years, 7 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
Index: third_party/WebKit/Source/web/WebFrameSerializerImpl.h
diff --git a/third_party/WebKit/Source/web/WebFrameSerializerImpl.h b/third_party/WebKit/Source/web/WebFrameSerializerImpl.h
index 74ee2560b93c1617c5684ca3059cc702762261cc..fce0968e80db7daa5d9cca4ed64a7e3b680f00ac 100644
--- a/third_party/WebKit/Source/web/WebFrameSerializerImpl.h
+++ b/third_party/WebKit/Source/web/WebFrameSerializerImpl.h
@@ -53,7 +53,7 @@ class Document;
class Element;
class Node;
class WebLocalFrame;
-class WebLocalFrameImpl;
+class WebLocalFrameBase;
// Responsible for serializing the specified frame into html
// (replacing links with paths to local files).
@@ -81,7 +81,7 @@ class WebFrameSerializerImpl {
private:
// Specified frame which need to be serialized;
- Member<WebLocalFrameImpl> specified_web_local_frame_impl_;
+ Member<WebLocalFrameBase> specified_web_local_frame_impl_;
// Pointer of WebFrameSerializerClient
WebFrameSerializerClient* client_;
// Pointer of WebFrameSerializer::LinkRewritingDelegate
« no previous file with comments | « third_party/WebKit/Source/web/WebFrameSerializer.cpp ('k') | third_party/WebKit/Source/web/WebFrameSerializerImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698