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

Unified Diff: Source/core/loader/DocumentWriter.h

Issue 100563004: Redirect HTML resource bytes directly to parser thread (Blink side CL) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@parserthread_decodermove
Patch Set: Missing include Created 7 years 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/loader/DocumentWriter.h
diff --git a/Source/core/loader/DocumentWriter.h b/Source/core/loader/DocumentWriter.h
index 4e79045a1e909594daba1502b26a84ff9a21bc72..b731a973c1f1aca9699d97512634a43be53b0ca4 100644
--- a/Source/core/loader/DocumentWriter.h
+++ b/Source/core/loader/DocumentWriter.h
@@ -56,6 +56,7 @@ public:
void replaceDocument(const String&, Document* ownerDocument);
void addData(const char* bytes, size_t length);
+ void parserResourceMessageFilterAdded();
const AtomicString& mimeType() const { return m_decoderBuilder.mimeType(); }
const AtomicString& encoding() const { return m_decoderBuilder.encoding(); }

Powered by Google App Engine
This is Rietveld 408576698