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

Unified Diff: Source/core/dom/DocumentParser.h

Issue 23455024: Move ownership of the TextResourceDecoder to DecodedDataDocumentParser (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased Created 7 years, 1 month 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/core/dom/Document.cpp ('k') | Source/core/fetch/TextResourceDecoder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/DocumentParser.h
diff --git a/Source/core/dom/DocumentParser.h b/Source/core/dom/DocumentParser.h
index 3b3969b21c1e6780be2d31a79198cd45a49c6f3c..bee738f6f7d4263bca2d64b44ea79b7e5f616a87 100644
--- a/Source/core/dom/DocumentParser.h
+++ b/Source/core/dom/DocumentParser.h
@@ -29,6 +29,7 @@
namespace WebCore {
+class DecodedDataDocumentParser;
class Document;
class DocumentWriter;
class SegmentedString;
@@ -38,6 +39,7 @@ class DocumentParser : public RefCounted<DocumentParser> {
public:
virtual ~DocumentParser();
+ virtual DecodedDataDocumentParser* asDecodedDataDocumentParser() { return 0; }
virtual ScriptableDocumentParser* asScriptableDocumentParser() { return 0; }
// http://www.whatwg.org/specs/web-apps/current-work/#insertion-point
« no previous file with comments | « Source/core/dom/Document.cpp ('k') | Source/core/fetch/TextResourceDecoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698