| 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 445d94625bfcd6d4d36aedafa356b432db45357f..bf916658585ccc7a05988b08e658f67208bfb4e9 100644
|
| --- a/third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp
|
| @@ -358,7 +358,7 @@ void SVGImage::drawInternal(SkCanvas* canvas, const SkPaint& paint, const FloatR
|
| transform.scale(scale.width(), scale.height());
|
| TransformRecorder transformRecorder(imagePicture.context(), *this, transform);
|
|
|
| - view->updateAllLifecyclePhases();
|
| + view->updateLifecycleToCompositingCleanPlusScrolling();
|
| view->paint(imagePicture.context(), CullRect(enclosingIntRect(srcRect)));
|
| ASSERT(!view->needsLayout());
|
| }
|
|
|