| Index: third_party/WebKit/Source/core/layout/shapes/Shape.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/shapes/Shape.cpp b/third_party/WebKit/Source/core/layout/shapes/Shape.cpp
|
| index 0cd6b6fc549f489dac0398a4580a080e3d6aae80..a502cc78a92ffc939b2e6e54243aa659d7c08bfc 100644
|
| --- a/third_party/WebKit/Source/core/layout/shapes/Shape.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/shapes/Shape.cpp
|
| @@ -237,8 +237,8 @@ std::unique_ptr<Shape> Shape::createRasterShape(Image* image,
|
|
|
| if (image && imageBuffer) {
|
| // FIXME: This is not totally correct but it is needed to prevent shapes
|
| - // that loads SVG Images during paint invalidations to mark layoutObjects for
|
| - // layout, which is not allowed. See https://crbug.com/429346
|
| + // that loads SVG Images during paint invalidations to mark layoutObjects
|
| + // for layout, which is not allowed. See https://crbug.com/429346
|
| ImageObserverDisabler disabler(image);
|
| SkPaint paint;
|
| IntRect imageSourceRect(IntPoint(), image->size());
|
|
|