Index: Source/core/animation/css/CSSAnimatableValueFactory.cpp |
diff --git a/Source/core/animation/css/CSSAnimatableValueFactory.cpp b/Source/core/animation/css/CSSAnimatableValueFactory.cpp |
index 8413e431551aa4c36d252af79ac5483e4c1ca688..27f6017f936d7584883d579b88bb99dfe1cf7d3b 100644 |
--- a/Source/core/animation/css/CSSAnimatableValueFactory.cpp |
+++ b/Source/core/animation/css/CSSAnimatableValueFactory.cpp |
@@ -388,6 +388,8 @@ PassRefPtrWillBeRawPtr<AnimatableValue> CSSAnimatableValueFactory::create(CSSPro |
// FIXME: Should we introduce an option to pass the computed font size here, allowing consumers to |
// enable text zoom rather than Text Autosizing? See http://crbug.com/227545. |
return createFromDouble(style.specifiedFontSize()); |
+ case CSSPropertyFontSizeAdjust: |
+ return createFromDouble(style.fontSizeAdjust(), AnimatableDouble::InterpolationIsNonContinuousWithZero); |
case CSSPropertyFontStretch: |
return createFromFontStretch(style.fontStretch()); |
case CSSPropertyFontWeight: |