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

Unified Diff: webkit/glue/dom_serializer.h

Issue 164225: Switch to WebFrame from the WebKit API.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 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 | « webkit/glue/dom_operations_unittest.cc ('k') | webkit/glue/dom_serializer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/dom_serializer.h
===================================================================
--- webkit/glue/dom_serializer.h (revision 22886)
+++ webkit/glue/dom_serializer.h (working copy)
@@ -11,7 +11,6 @@
#include "base/hash_tables.h"
#include "googleurl/src/gurl.h"
-class WebFrame;
class WebFrameImpl;
namespace WebCore {
@@ -22,6 +21,10 @@
class TextEncoding;
}
+namespace WebKit {
+class WebFrame;
+}
+
namespace webkit_glue {
class DomSerializerDelegate;
@@ -50,7 +53,7 @@
// saved links, which matched with vector:links one by one.
// The parameter local_directory_name is relative path of directory which
// contain all saved auxiliary files included all sub frames and resources.
- DomSerializer(WebFrame* webframe,
+ DomSerializer(WebKit::WebFrame* webframe,
bool recursive_serialization,
DomSerializerDelegate* delegate,
const std::vector<GURL>& links,
« no previous file with comments | « webkit/glue/dom_operations_unittest.cc ('k') | webkit/glue/dom_serializer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698