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

Unified Diff: third_party/WebKit/Source/core/css/properties/CSSPropertyFontUtils.h

Issue 2938983002: Implement parseShorthand API for shorthand properties, "overflow", "font" and "font-variant" (Closed)
Patch Set: Replace ImplicitProperty by IsImplicitProperty Created 3 years, 6 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/properties/CSSPropertyFontUtils.h
diff --git a/third_party/WebKit/Source/core/css/properties/CSSPropertyFontUtils.h b/third_party/WebKit/Source/core/css/properties/CSSPropertyFontUtils.h
index 0696ac6dfa287e52c19124da37fdd8b14f81d39d..26fd14b0ea32687fa6b6252b64cb350409514158 100644
--- a/third_party/WebKit/Source/core/css/properties/CSSPropertyFontUtils.h
+++ b/third_party/WebKit/Source/core/css/properties/CSSPropertyFontUtils.h
@@ -37,6 +37,8 @@ class CSSPropertyFontUtils {
static CSSValue* ConsumeFontFeatureSettings(CSSParserTokenRange&);
static CSSFontFeatureValue* ConsumeFontFeatureTag(CSSParserTokenRange&);
+
+ static CSSIdentifierValue* ConsumeFontVariantCSS21(CSSParserTokenRange&);
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698