Index: third_party/WebKit/Source/core/paint/SVGImagePainter.cpp |
diff --git a/third_party/WebKit/Source/core/paint/SVGImagePainter.cpp b/third_party/WebKit/Source/core/paint/SVGImagePainter.cpp |
index 88e47f9fd006bc6ba02c258247821c0178aebe66..3ff10d9aae1f176dd1145fd597acc7797cf2e000 100644 |
--- a/third_party/WebKit/Source/core/paint/SVGImagePainter.cpp |
+++ b/third_party/WebKit/Source/core/paint/SVGImagePainter.cpp |
@@ -62,8 +62,7 @@ void SVGImagePainter::PaintForeground(const PaintInfo& paint_info) { |
if (image_viewport_size.IsEmpty()) |
return; |
- RefPtr<Image> image = image_resource->GetImage( |
- image_viewport_size, layout_svg_image_.Style()->EffectiveZoom()); |
+ RefPtr<Image> image = image_resource->GetImage(image_viewport_size); |
FloatRect dest_rect = layout_svg_image_.ObjectBoundingBox(); |
FloatRect src_rect(0, 0, image->width(), image->height()); |