Index: Source/core/paint/ImagePainter.cpp |
diff --git a/Source/core/paint/ImagePainter.cpp b/Source/core/paint/ImagePainter.cpp |
index fdec0384cfa2de016bc71562bab48b2688f5976c..0c1a646e6cb4828cc76eeb6e971cda177b83ae87 100644 |
--- a/Source/core/paint/ImagePainter.cpp |
+++ b/Source/core/paint/ImagePainter.cpp |
@@ -140,7 +140,7 @@ void ImagePainter::paintIntoRect(GraphicsContext* context, const LayoutRect& rec |
InterpolationQuality previousInterpolationQuality = context->imageInterpolationQuality(); |
context->setImageInterpolationQuality(interpolationQuality); |
- context->drawImage(image.get(), alignedRect, SkXfermode::kSrcOver_Mode, m_layoutImage.shouldRespectImageOrientation()); |
+ context->drawImage(image.get(), alignedRect, m_url, SkXfermode::kSrcOver_Mode, m_layoutImage.shouldRespectImageOrientation()); |
context->setImageInterpolationQuality(previousInterpolationQuality); |
} |