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

Unified Diff: third_party/WebKit/Source/core/css/parser/CSSParser.h

Issue 2315923002: Lazy Parse CSS (Closed)
Patch Set: esprehn review Created 4 years, 2 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/css/parser/CSSParser.h
diff --git a/third_party/WebKit/Source/core/css/parser/CSSParser.h b/third_party/WebKit/Source/core/css/parser/CSSParser.h
index d02502a07bb261cb10b95e550717ac777ff09803..101df433d22dc38d30111d1127b1f1aafce62654 100644
--- a/third_party/WebKit/Source/core/css/parser/CSSParser.h
+++ b/third_party/WebKit/Source/core/css/parser/CSSParser.h
@@ -36,7 +36,8 @@ class CORE_EXPORT CSSParser {
const String&);
static void parseSheet(const CSSParserContext&,
StyleSheetContents*,
- const String&);
+ const String&,
+ bool deferPropertyParsing = false);
static CSSSelectorList parseSelector(const CSSParserContext&,
StyleSheetContents*,
const String&);

Powered by Google App Engine
This is Rietveld 408576698