| Index: Source/core/layout/shapes/Shape.cpp
|
| diff --git a/Source/core/layout/shapes/Shape.cpp b/Source/core/layout/shapes/Shape.cpp
|
| index fb58c8c86f8224f9df7504af82c6d36181c0795e..fb07c9be4329689e60b312a74af612baabc1cb26 100644
|
| --- a/Source/core/layout/shapes/Shape.cpp
|
| +++ b/Source/core/layout/shapes/Shape.cpp
|
| @@ -205,7 +205,7 @@ PassOwnPtr<Shape> Shape::createRasterShape(Image* image, float threshold, const
|
| SkPaint paint;
|
| IntRect imageSourceRect(IntPoint(), image->size());
|
| IntRect imageDestRect(IntPoint(), imageRect.size());
|
| - image->draw(imageBuffer->canvas(), paint, imageDestRect, imageSourceRect, DoNotRespectImageOrientation, Image::DoNotClampImageToSourceRect);
|
| + image->draw(imageBuffer->canvas(), paint, imageDestRect, imageSourceRect, DoNotRespectImageOrientation, Image::DoNotClampImageToSourceRect, KURL()); // TODO(davve): empty url
|
|
|
| WTF::ArrayBufferContents contents;
|
| imageBuffer->getImageData(Unmultiplied, IntRect(IntPoint(), imageRect.size()), contents);
|
|
|