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

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

Issue 2390373002: Fix setting properties on CSSFontFaceRule (Closed)
Patch Set: 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/CSSParserMode.h
diff --git a/third_party/WebKit/Source/core/css/parser/CSSParserMode.h b/third_party/WebKit/Source/core/css/parser/CSSParserMode.h
index b5e9109dda77a0d1c58e46fdf2031624a8359bdb..7bd8cc1a27b4096193969732207d7db905b8be0b 100644
--- a/third_party/WebKit/Source/core/css/parser/CSSParserMode.h
+++ b/third_party/WebKit/Source/core/css/parser/CSSParserMode.h
@@ -51,6 +51,7 @@ enum CSSParserMode {
// @viewport rules are parsed in standards mode but CSSOM modifications (via StylePropertySet)
Timothy Loh 2016/10/05 03:08:54 Comment needs to be updated, maybe something like
rwlbuis 2016/10/05 14:21:37 Done.
// must call parseViewportProperties so needs a special mode.
CSSViewportRuleMode,
+ CSSFontFaceRuleMode,
// User agent stylesheets are parsed in standards mode but also allows internal properties and values.
UASheetMode
};

Powered by Google App Engine
This is Rietveld 408576698