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

Unified Diff: Source/core/loader/SinkDocument.cpp

Issue 73293003: Moved setting of visual ordering from DocumentWriter to DecodedDataDocument (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@parserthread_decoderownership
Patch Set: Rebase 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
« Source/core/dom/DocumentParser.h ('K') | « Source/core/loader/DocumentWriter.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/loader/SinkDocument.cpp
diff --git a/Source/core/loader/SinkDocument.cpp b/Source/core/loader/SinkDocument.cpp
index 11839f7318bcf10822345b75ba49d4095e335f10..990b71af0f414a6c3f6c928fd4805940a1ce4654 100644
--- a/Source/core/loader/SinkDocument.cpp
+++ b/Source/core/loader/SinkDocument.cpp
@@ -44,7 +44,7 @@ private:
}
// Ignore all data.
- virtual size_t appendBytes(const char*, size_t) OVERRIDE { return 0; }
+ virtual void appendBytes(const char*, size_t) OVERRIDE { }
};
SinkDocument::SinkDocument(const DocumentInit& initializer)
« Source/core/dom/DocumentParser.h ('K') | « Source/core/loader/DocumentWriter.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698