| 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 cc7674747e3d5ea745052794fbc0bd9f8e9cf451..3f8d3895d494b8bf131c414972ef9ab8ec1c1ab8 100644
|
| --- a/third_party/WebKit/Source/core/paint/NinePieceImagePainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/NinePieceImagePainter.cpp
|
| @@ -57,7 +57,7 @@ bool NinePieceImagePainter::paint(GraphicsContext* graphicsContext, const Layout
|
| style.borderBottomWidth(), style.borderLeftWidth());
|
| NinePieceImageGrid grid(ninePieceImage, imageSize, borderImageRect, borderWidths);
|
|
|
| - RefPtr<Image> image = styleImage->image(&m_layoutObject, roundedIntSize(imageSize), style.effectiveZoom());
|
| + RefPtr<Image> image = styleImage->image(&m_layoutObject, imageSize, style.effectiveZoom());
|
|
|
| InterpolationQuality interpolationQuality = BoxPainter::chooseInterpolationQuality(m_layoutObject,
|
| graphicsContext, image.get(), 0, rectWithOutsets.size());
|
|
|