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

Unified Diff: third_party/WebKit/Source/core/dom/DecodedDataDocumentParser.h

Issue 1604903004: Remove DocumentParser::flush which is not used by anyone. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 | « no previous file | third_party/WebKit/Source/core/dom/DocumentParser.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/dom/DecodedDataDocumentParser.h
diff --git a/third_party/WebKit/Source/core/dom/DecodedDataDocumentParser.h b/third_party/WebKit/Source/core/dom/DecodedDataDocumentParser.h
index 34fcae2cfb63ef12338bb328d48e82099b19a50f..e01a2d70056993927abab2ee46ac48b21ecb2552 100644
--- a/third_party/WebKit/Source/core/dom/DecodedDataDocumentParser.h
+++ b/third_party/WebKit/Source/core/dom/DecodedDataDocumentParser.h
@@ -40,7 +40,7 @@ public:
// The below functions are used by DocumentWriter (the loader).
void appendBytes(const char* bytes, size_t length) override;
- void flush() override;
+ virtual void flush();
bool needsDecoder() const final { return m_needsDecoder; }
void setDecoder(PassOwnPtr<TextResourceDecoder>) override;
TextResourceDecoder* decoder() final;
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/DocumentParser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698