Chromium Code Reviews| Index: Source/core/css/CSSProperties.in |
| diff --git a/Source/core/css/CSSProperties.in b/Source/core/css/CSSProperties.in |
| index f10e3b33eb08ba17133d487010c91e43d84daf6b..b2500c7c9c761dedfc5ca9bae336bd1a78d10a39 100644 |
| --- a/Source/core/css/CSSProperties.in |
| +++ b/Source/core/css/CSSProperties.in |
| @@ -85,6 +85,7 @@ direction inherited, custom_value |
| font-family inherited, font, type_name=FontDescription::FamilyDescription, name_for_methods=FamilyDescription, converter=convertFontFamily |
| font-kerning inherited, font, type_name=FontDescription::Kerning, name_for_methods=Kerning |
| font-size animatable, inherited, font, name_for_methods=Size, converter=convertFontSize |
| +font-size-adjust runtime_flag=CSSFontSizeAdjust, animatable, inherited, font, type_name=float, name_for_methods=SizeAdjust |
|
Timothy Loh
2015/02/19 23:00:46
I'd drop the animatable flag for a later patch, si
|
| font-stretch inherited, font, type_name=FontStretch, name_for_methods=Stretch |
| font-style inherited, font, type_name=FontStyle, name_for_methods=Style |
| font-variant inherited, font, type_name=FontVariant, name_for_methods=Variant |