Index: third_party/WebKit/Source/core/paint/ImagePainter.cpp |
diff --git a/third_party/WebKit/Source/core/paint/ImagePainter.cpp b/third_party/WebKit/Source/core/paint/ImagePainter.cpp |
index fc4d51ccd741ed6ecbd0e79be62a26e6af003262..61846e63e5f64e613cad35675cf0860a4d9f4ac8 100644 |
--- a/third_party/WebKit/Source/core/paint/ImagePainter.cpp |
+++ b/third_party/WebKit/Source/core/paint/ImagePainter.cpp |
@@ -128,7 +128,7 @@ void ImagePainter::paintIntoRect(GraphicsContext* context, const LayoutRect& rec |
if (alignedRect.width() <= 0 || alignedRect.height() <= 0) |
return; |
- RefPtr<Image> image = m_layoutImage.imageResource()->image(alignedRect.size()); |
+ RefPtr<Image> image = m_layoutImage.imageResource()->image(alignedRect.size(), m_layoutImage.style()->effectiveZoom()); |
if (!image || image->isNull()) |
return; |