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

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

Issue 201813002: Enable Media query evaluation in the preload scanner (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix android build issue Created 6 years, 9 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 b07a16c4f209de0a31973134db7269a86209088e..5eae651c9768e4ccc041ccbdc3cde1f7d96c9fab 100644
--- a/Source/core/html/parser/HTMLDocumentParser.h
+++ b/Source/core/html/parser/HTMLDocumentParser.h
@@ -144,7 +144,7 @@ private:
// ResourceClient
virtual void notifyFinished(Resource*) OVERRIDE FINAL;
- 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