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

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

Issue 20140002: Remove minimumLayoutDelay() and associated machinery (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: another fix Created 7 years, 5 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
Index: Source/core/dom/DocumentParser.h
diff --git a/Source/core/dom/DocumentParser.h b/Source/core/dom/DocumentParser.h
index 587fa2f5ac2ff21d63407df805b78f812a4db6cc..3b3969b21c1e6780be2d31a79198cd45a49c6f3c 100644
--- a/Source/core/dom/DocumentParser.h
+++ b/Source/core/dom/DocumentParser.h
@@ -51,6 +51,7 @@ public:
virtual size_t flush() = 0;
virtual bool needsDecoder() const { return false; }
+ // pinToMainThread also makes append() not yield before completion of that chunk.
virtual void pinToMainThread() { }
// FIXME: append() should be private, but DocumentWriter::replaceDocument uses it for now.

Powered by Google App Engine
This is Rietveld 408576698