| Index: third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp b/third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp
|
| index 5a98371c294ec28d9d6d2d7f33e14781d6089124..e31906fb813d1567178119d7c7d585e46fb49e4a 100644
|
| --- a/third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp
|
| @@ -363,8 +363,7 @@ void SVGImage::drawInternal(SkCanvas* canvas, const SkPaint& paint, const FloatR
|
| transform.scale(scale.width(), scale.height());
|
| TransformRecorder transformRecorder(imagePicture.context(), *this, transform);
|
|
|
| - // TODO(crbug.com/603230): Synchronized painting is unnecessary in this lifecycle update.
|
| - view->updateAllLifecyclePhases();
|
| + view->updateAllLifecyclePhasesExceptPaint();
|
| view->paint(imagePicture.context(), CullRect(enclosingIntRect(srcRect)));
|
| ASSERT(!view->needsLayout());
|
| }
|
|
|