| Index: Source/core/paint/SVGImagePainter.cpp
|
| diff --git a/Source/core/paint/SVGImagePainter.cpp b/Source/core/paint/SVGImagePainter.cpp
|
| index c78ca69334697754d72017173b8359cc54a4250d..450d97c2bf9d4ad21e9f9912e7bc9a8e774c1090 100644
|
| --- a/Source/core/paint/SVGImagePainter.cpp
|
| +++ b/Source/core/paint/SVGImagePainter.cpp
|
| @@ -77,7 +77,7 @@ void SVGImagePainter::paintForeground(const PaintInfo& paintInfo)
|
|
|
| InterpolationQuality previousInterpolationQuality = paintInfo.context->imageInterpolationQuality();
|
| paintInfo.context->setImageInterpolationQuality(interpolationQuality);
|
| - paintInfo.context->drawImage(image.get(), destRect, srcRect, SkXfermode::kSrcOver_Mode);
|
| + paintInfo.context->drawImage(image.get(), destRect, srcRect, KURL(), SkXfermode::kSrcOver_Mode); // TODO(davve): empty url
|
| paintInfo.context->setImageInterpolationQuality(previousInterpolationQuality);
|
| }
|
|
|
|
|