| Index: Source/core/svg/graphics/SVGImage.cpp
|
| diff --git a/Source/core/svg/graphics/SVGImage.cpp b/Source/core/svg/graphics/SVGImage.cpp
|
| index 04b2c5c012482b7952487802461b58f9ff4bdfad..10d9c830a48b223a12c624189e24966d0c0242db 100644
|
| --- a/Source/core/svg/graphics/SVGImage.cpp
|
| +++ b/Source/core/svg/graphics/SVGImage.cpp
|
| @@ -309,7 +309,7 @@
|
| transform.scale(scale.width(), scale.height());
|
| TransformRecorder transformRecorder(imagePicture.context(), *this, transform);
|
|
|
| - view->updateAllLifecyclePhases();
|
| + view->updateLayoutAndStyleForPainting();
|
| view->paint(&imagePicture.context(), enclosingIntRect(srcRect));
|
| ASSERT(!view->needsLayout());
|
| }
|
|
|