| Index: third_party/WebKit/Source/core/css/properties/CSSPropertyFontUtils.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/properties/CSSPropertyFontUtils.cpp b/third_party/WebKit/Source/core/css/properties/CSSPropertyFontUtils.cpp
|
| index 64c14df1e9e480c281a8d39ea10f40753b84d66f..0b223e268a11d857f56cfc38b16bfb10247da0e0 100644
|
| --- a/third_party/WebKit/Source/core/css/properties/CSSPropertyFontUtils.cpp
|
| +++ b/third_party/WebKit/Source/core/css/properties/CSSPropertyFontUtils.cpp
|
| @@ -161,4 +161,10 @@ CSSFontFeatureValue* CSSPropertyFontUtils::ConsumeFontFeatureTag(
|
| return CSSFontFeatureValue::Create(tag, tag_value);
|
| }
|
|
|
| +CSSIdentifierValue* CSSPropertyFontUtils::ConsumeFontVariantCSS21(
|
| + CSSParserTokenRange& range) {
|
| + return CSSPropertyParserHelpers::ConsumeIdent<CSSValueNormal,
|
| + CSSValueSmallCaps>(range);
|
| +}
|
| +
|
| } // namespace blink
|
|
|