| Index: Source/core/animation/StringKeyframe.cpp
|
| diff --git a/Source/core/animation/StringKeyframe.cpp b/Source/core/animation/StringKeyframe.cpp
|
| index 1e8b2fd20fa55e7c23b8a2e00a7d9913f0d724a9..2cb6f23f9ae94fd089dc0b2b4cc18a58c8869d82 100644
|
| --- a/Source/core/animation/StringKeyframe.cpp
|
| +++ b/Source/core/animation/StringKeyframe.cpp
|
| @@ -80,12 +80,14 @@ PassRefPtrWillBeRawPtr<Interpolation> StringKeyframe::PropertySpecificKeyframe::
|
| case CSSPropertyBorderLeftWidth:
|
| case CSSPropertyBorderRightWidth:
|
| case CSSPropertyBorderTopWidth:
|
| + case CSSPropertyFontSize:
|
| case CSSPropertyHeight:
|
| case CSSPropertyLineHeight:
|
| case CSSPropertyMaxHeight:
|
| case CSSPropertyMaxWidth:
|
| case CSSPropertyMinHeight:
|
| case CSSPropertyMinWidth:
|
| + case CSSPropertyOutlineWidth:
|
| case CSSPropertyPaddingBottom:
|
| case CSSPropertyPaddingLeft:
|
| case CSSPropertyPaddingRight:
|
| @@ -119,6 +121,7 @@ PassRefPtrWillBeRawPtr<Interpolation> StringKeyframe::PropertySpecificKeyframe::
|
|
|
| // FIXME: Remove the use of AnimatableValues, RenderStyles and Elements here.
|
| // FIXME: Remove this cache
|
| + ASSERT(element);
|
| if (!m_animatableValueCache)
|
| m_animatableValueCache = StyleResolver::createAnimatableValueSnapshot(*element, property, *fromCSSValue);
|
|
|
|
|