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

Unified Diff: third_party/WebKit/Source/core/html/parser/BackgroundHTMLParser.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/BackgroundHTMLParser.h
diff --git a/third_party/WebKit/Source/core/html/parser/BackgroundHTMLParser.h b/third_party/WebKit/Source/core/html/parser/BackgroundHTMLParser.h
index f1df65f6d38de437006e2e5cc0d8d307a8782074..36a03cb05b5c0f029f83cad583716b8c49fb212e 100644
--- a/third_party/WebKit/Source/core/html/parser/BackgroundHTMLParser.h
+++ b/third_party/WebKit/Source/core/html/parser/BackgroundHTMLParser.h
@@ -113,6 +113,7 @@ private:
OwnPtr<CompactHTMLTokenStream> m_pendingTokens;
const size_t m_pendingTokenLimit;
PreloadRequestStream m_pendingPreloads;
+ ViewportDescriptionWrapper m_viewportDescription;
XSSInfoStream m_pendingXSSInfos;
OwnPtr<XSSAuditor> m_xssAuditor;

Powered by Google App Engine
This is Rietveld 408576698