| Index: third_party/WebKit/Source/core/paint/NinePieceImagePainter.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/NinePieceImagePainter.cpp b/third_party/WebKit/Source/core/paint/NinePieceImagePainter.cpp
|
| index c1d8a83ab00d2e3a06a382a4bb7bec2d20e693c8..93daa2436905623a520a2cf1378cd15a99287fed 100644
|
| --- a/third_party/WebKit/Source/core/paint/NinePieceImagePainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/NinePieceImagePainter.cpp
|
| @@ -63,8 +63,7 @@ bool NinePieceImagePainter::Paint(GraphicsContext& graphics_context,
|
| PixelSnappedIntRect(border_image_rect),
|
| border_widths);
|
|
|
| - RefPtr<Image> image =
|
| - style_image->GetImage(layout_object_, image_size, style.EffectiveZoom());
|
| + RefPtr<Image> image = style_image->GetImage(layout_object_, image_size);
|
|
|
| InterpolationQuality interpolation_quality =
|
| BoxPainter::ChooseInterpolationQuality(layout_object_, image.Get(), 0,
|
|
|