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

Unified Diff: Source/core/dom/DocumentParser.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/dom/DocumentParser.h
diff --git a/Source/core/dom/DocumentParser.h b/Source/core/dom/DocumentParser.h
index c0b502ae36bfb2db0b0ab1ed5f0a340e86973e73..0c636541dd548277ec467cba515ad50e0ddc201c 100644
--- a/Source/core/dom/DocumentParser.h
+++ b/Source/core/dom/DocumentParser.h
@@ -55,6 +55,7 @@ public:
virtual void setDecoder(PassOwnPtr<TextResourceDecoder>);
virtual TextResourceDecoder* decoder();
virtual void setHasAppendedData() { }
+ virtual void parserResourceMessageFilterAdded() { }
abarth-chromium 2013/12/18 18:28:49 Blink doesn't know about "message filters". You'r
// pinToMainThread also makes append() not yield before completion of that chunk.
virtual void pinToMainThread() { }

Powered by Google App Engine
This is Rietveld 408576698