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

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

Issue 1738133002: Add support for media attribute on link (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review nits Created 4 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: third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.h
diff --git a/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.h b/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.h
index 513e130d79219ad81b2add126974acce83d9dd84..b3068bfb97c50dbade0c6fa34b3289f703a744f7 100644
--- a/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.h
+++ b/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.h
@@ -96,6 +96,7 @@ public:
public:
OwnPtr<CompactHTMLTokenStream> tokens;
PreloadRequestStream preloads;
+ ViewportDescriptionWrapper viewport;
XSSInfoStream xssInfos;
HTMLTokenizer::State tokenizerState;
HTMLTreeBuilderSimulator::State treeBuilderState;
@@ -211,6 +212,7 @@ private:
unsigned m_pumpSessionNestingLevel;
unsigned m_pumpSpeculationsSessionNestingLevel;
bool m_isParsingAtLineNumber;
+ bool m_triedLoadingLinkHeaders;
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698