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

Unified Diff: third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp

Issue 2861633002: Implements CSSPropertyAPI for the font-feature-settings property. (Closed)
Patch Set: Replaced include by forward declaration. Created 3 years, 8 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/CSSPropertyParser.cpp
diff --git a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp
index 2055a28b17eebcd663c871d9a06cd7f5f19a75b4..b0c84bf2a96c0df47427e4ad828ef9807f8e8d44 100644
--- a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp
+++ b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp
@@ -1659,8 +1659,6 @@ const CSSValue* CSSPropertyParser::ParseSingleValue(
}
switch (property) {
- case CSSPropertyFontFeatureSettings:
- return CSSPropertyFontUtils::ConsumeFontFeatureSettings(range_);
case CSSPropertyFontWeight:
return CSSPropertyFontUtils::ConsumeFontWeight(range_);
case CSSPropertyMaxWidth:

Powered by Google App Engine
This is Rietveld 408576698