| 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 c1f10b3abbe60bb0c1d51612fa0bdffca5b52f61..b63f7b66fe48693366ad8d230dd87126020a13bf 100644
|
| --- a/third_party/WebKit/Source/core/paint/ImagePainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/ImagePainter.cpp
|
| @@ -143,8 +143,8 @@ void ImagePainter::PaintIntoRect(GraphicsContext& context,
|
| if (pixel_snapped_dest_rect.IsEmpty())
|
| return;
|
|
|
| - RefPtr<Image> image = layout_image_.ImageResource()->GetImage(
|
| - pixel_snapped_dest_rect.Size(), layout_image_.Style()->EffectiveZoom());
|
| + RefPtr<Image> image =
|
| + layout_image_.ImageResource()->GetImage(pixel_snapped_dest_rect.Size());
|
| if (!image || image->IsNull())
|
| return;
|
|
|
|
|