| 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 5e27bc899fdf461a3afd4062e791625ad7080cf0..2df7ca47a6f867013177ea562dba7698db4689a8 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSProperties.in
|
| +++ b/third_party/WebKit/Source/core/css/CSSProperties.in
|
| @@ -85,7 +85,7 @@ color interpolable, inherited, custom_all
|
| 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 interpolable, inherited, font, name_for_methods=Size, converter=convertFontSize
|
| +font-size interpolable, inherited, font, name_for_methods=Size, getter=getSize, converter=convertFontSize
|
| font-size-adjust runtime_flag=CSSFontSizeAdjust, interpolable, inherited, font, name_for_methods=SizeAdjust, converter=convertFontSizeAdjust
|
| font-stretch inherited, font, type_name=FontStretch, name_for_methods=Stretch
|
| font-style inherited, font, type_name=FontStyle, name_for_methods=Style
|
|
|