| Index: third_party/WebKit/Source/core/css/CSSProperties.in
|
| diff --git a/third_party/WebKit/Source/core/css/CSSProperties.in b/third_party/WebKit/Source/core/css/CSSProperties.in
|
| index 6792c18cc76a5ae033cc24739b4b90e40c9e0468..66c084456ceae7bc6221dd2ff6de53a5415c04d9 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSProperties.in
|
| +++ b/third_party/WebKit/Source/core/css/CSSProperties.in
|
| @@ -174,7 +174,7 @@ font-variant-caps inherited, font, name_for_methods=VariantCaps, converter=conve
|
| font-variant-numeric inherited, font, name_for_methods=VariantNumeric, converter=convertFontVariantNumeric
|
| font-weight interpolable, inherited, font, type_name=FontWeight, name_for_methods=Weight, converter=convertFontWeight
|
| font-feature-settings inherited, font, name_for_methods=FeatureSettings, converter=convertFontFeatureSettings
|
| -font-variation-settings runtime_flag=CSSVariableFonts, inherited, font, name_for_methods=VariationSettings, converter=convertFontVariationSettings
|
| +font-variation-settings runtime_flag=CSSVariableFonts, inherited, font, name_for_methods=VariationSettings, converter=convertFontVariationSettings, api_class
|
| -webkit-font-smoothing inherited, font, type_name=FontSmoothingMode
|
| -webkit-locale inherited, font, custom_value
|
| text-orientation inherited, custom_value, type_name=TextOrientation
|
|
|