Index: third_party/WebKit/Source/core/layout/shapes/ShapeOutsideInfo.cpp |
diff --git a/third_party/WebKit/Source/core/layout/shapes/ShapeOutsideInfo.cpp b/third_party/WebKit/Source/core/layout/shapes/ShapeOutsideInfo.cpp |
index 5b6fa7eec9f07dfd92d91f0b7c44218fb74886f9..c532b7b614ffc70474923a822c5342077758d24b 100644 |
--- a/third_party/WebKit/Source/core/layout/shapes/ShapeOutsideInfo.cpp |
+++ b/third_party/WebKit/Source/core/layout/shapes/ShapeOutsideInfo.cpp |
@@ -170,8 +170,7 @@ std::unique_ptr<Shape> ShapeOutsideInfo::CreateShapeForImage( |
DCHECK(!style_image->IsPendingImage()); |
RefPtr<Image> image = |
- style_image->GetImage(layout_box_, FlooredIntSize(image_size), |
- layout_box_.Style()->EffectiveZoom()); |
+ style_image->GetImage(layout_box_, FlooredIntSize(image_size)); |
return Shape::CreateRasterShape(image.Get(), shape_image_threshold, |
image_rect, margin_rect, writing_mode, |