| Index: Source/core/svg/graphics/SVGImageChromeClient.cpp
|
| diff --git a/Source/core/svg/graphics/SVGImageChromeClient.cpp b/Source/core/svg/graphics/SVGImageChromeClient.cpp
|
| index 6cb080147f988fa5a9acc90a166d5ca0a1c72590..abb3260ab5d63f02006bda95a656607b57d9bbd0 100644
|
| --- a/Source/core/svg/graphics/SVGImageChromeClient.cpp
|
| +++ b/Source/core/svg/graphics/SVGImageChromeClient.cpp
|
| @@ -101,7 +101,7 @@ void SVGImageChromeClient::animationTimerFired(Timer<SVGImageChromeClient>*)
|
| // to render this protection redundant.
|
| RefPtr<SVGImage> protect(m_image);
|
| m_image->frameView()->page()->animator().serviceScriptedAnimations(monotonicallyIncreasingTime());
|
| - m_image->frameView()->updateLayoutAndStyleForPainting();
|
| + m_image->frameView()->updateAllLifecyclePhases();
|
| }
|
|
|
| } // namespace blink
|
|
|