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