| Index: Source/core/svg/graphics/SVGImageChromeClient.cpp
|
| diff --git a/Source/core/svg/graphics/SVGImageChromeClient.cpp b/Source/core/svg/graphics/SVGImageChromeClient.cpp
|
| index 9903b2e06d858451b4f6ac50495cb1e73e9efeb0..5d41a85efd91b5613840c536226f914b141b9861 100644
|
| --- a/Source/core/svg/graphics/SVGImageChromeClient.cpp
|
| +++ b/Source/core/svg/graphics/SVGImageChromeClient.cpp
|
| @@ -92,7 +92,7 @@ void SVGImageChromeClient::animationTimerFired(Timer<SVGImageChromeClient>*)
|
| // we know there aren't any because script is forbidden inside SVGImages.
|
| if (m_image) {
|
| m_image->frameView()->page()->animator().serviceScriptedAnimations(currentTime());
|
| - m_image->frameView()->updateLayoutAndStyleIfNeededRecursive();
|
| + m_image->frameView()->updateLayoutAndStyleForPainting();
|
| }
|
| }
|
|
|
|
|