Index: third_party/WebKit/Source/core/svg/SVGRadialGradientElement.cpp |
diff --git a/third_party/WebKit/Source/core/svg/SVGRadialGradientElement.cpp b/third_party/WebKit/Source/core/svg/SVGRadialGradientElement.cpp |
index dfafb570089a13bf15101c70a4f23869e1ad9701..3e80976a0fcd040dc042ca40ee2cdc831a805f84 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGRadialGradientElement.cpp |
+++ b/third_party/WebKit/Source/core/svg/SVGRadialGradientElement.cpp |
@@ -106,6 +106,7 @@ LayoutObject* SVGRadialGradientElement::createLayoutObject( |
static void setGradientAttributes(const SVGGradientElement& element, |
RadialGradientAttributes& attributes, |
bool isRadial) { |
+ element.synchronizeAnimatedSVGAttribute(anyQName()); |
element.collectCommonAttributes(attributes); |
if (!isRadial) |