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

Unified Diff: Source/core/html/parser/HTMLDocumentParser.h

Issue 18328028: Enable MQ evaluation off the main thread (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@threaded_mqe_rebase
Patch Set: 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/html/parser/HTMLDocumentParser.h
diff --git a/Source/core/html/parser/HTMLDocumentParser.h b/Source/core/html/parser/HTMLDocumentParser.h
index a6c23496baf914e399e00023ba2c7335677ecf4e..4a248f4e34200b3449561a8097382e690490d472 100644
--- a/Source/core/html/parser/HTMLDocumentParser.h
+++ b/Source/core/html/parser/HTMLDocumentParser.h
@@ -135,7 +135,7 @@ private:
// CachedResourceClient
virtual void notifyFinished(CachedResource*);
- void startBackgroundParser();
+ void startBackgroundParser(PassRefPtr<MediaValues>);
void stopBackgroundParser();
void validateSpeculations(PassOwnPtr<ParsedChunk> lastChunk);
void discardSpeculationsAndResumeFrom(PassOwnPtr<ParsedChunk> lastChunk, PassOwnPtr<HTMLToken>, PassOwnPtr<HTMLTokenizer>);

Powered by Google App Engine
This is Rietveld 408576698