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

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

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
Index: Source/core/dom/RawDataDocumentParser.h
diff --git a/Source/core/dom/RawDataDocumentParser.h b/Source/core/dom/RawDataDocumentParser.h
index 343842d9c247a3d8764161383bed0f581eb1183e..f2adeed32f8a8bdecd860fc458a0448e7850cccb 100644
--- a/Source/core/dom/RawDataDocumentParser.h
+++ b/Source/core/dom/RawDataDocumentParser.h
@@ -45,11 +45,10 @@ protected:
}
private:
- virtual size_t flush() OVERRIDE
+ virtual void flush() OVERRIDE
{
// Make sure appendBytes is called at least once.
appendBytes(0, 0);
- return 0;
}
virtual void insert(const SegmentedString&)

Powered by Google App Engine
This is Rietveld 408576698