| 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 df893297963850e842aeb6db55133d887703a947..eee28c7a8263f6c65cea9e5df454532330ef691f 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
|
|
|