Index: Source/core/animation/StringKeyframe.cpp |
diff --git a/Source/core/animation/StringKeyframe.cpp b/Source/core/animation/StringKeyframe.cpp |
index 5c310fe006c073c9e8aa19edff0feb59aa4359ce..8cf842a6829730cfb5b77e3234f271f4b7879e85 100644 |
--- a/Source/core/animation/StringKeyframe.cpp |
+++ b/Source/core/animation/StringKeyframe.cpp |
@@ -110,6 +110,7 @@ PassRefPtrWillBeRawPtr<Interpolation> StringKeyframe::PropertySpecificKeyframe:: |
return LengthStyleInterpolation::create(fromCSSValue, toCSSValue, property, range); |
break; |
default: |
+ element->document().updateRenderTreeIfNeeded(); |
break; |
} |