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

Unified Diff: sky/engine/core/dom/DecodedDataDocumentParser.h

Issue 664573004: Live the dream (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: DEPS Created 6 years, 2 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 | « sky/engine/core/core.gni ('k') | sky/engine/core/dom/DecodedDataDocumentParser.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/dom/DecodedDataDocumentParser.h
diff --git a/sky/engine/core/dom/DecodedDataDocumentParser.h b/sky/engine/core/dom/DecodedDataDocumentParser.h
index 9bbd534b4798614fc9b16a43aa657ee7d1e3d46b..164b9298f60b6fd90a750b69ffe2437f33ae9a8d 100644
--- a/sky/engine/core/dom/DecodedDataDocumentParser.h
+++ b/sky/engine/core/dom/DecodedDataDocumentParser.h
@@ -33,19 +33,9 @@ namespace blink {
class TextResourceDecoder;
class DecodedDataDocumentParser : public DocumentParser {
-public:
- virtual void appendBytes(const char* bytes, size_t length) override;
- virtual void flush() override;
-
protected:
explicit DecodedDataDocumentParser(Document&);
virtual ~DecodedDataDocumentParser();
-
-private:
- // append is used by DocumentWriter::replaceDocumentWhileExecutingJavaScriptURL.
- virtual void append(PassRefPtr<StringImpl>) = 0;
-
- OwnPtr<TextResourceDecoder> m_decoder;
};
}
« no previous file with comments | « sky/engine/core/core.gni ('k') | sky/engine/core/dom/DecodedDataDocumentParser.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698