| Index: Source/core/paint/BoxPainter.cpp
|
| diff --git a/Source/core/paint/BoxPainter.cpp b/Source/core/paint/BoxPainter.cpp
|
| index bf9dd51abf80488c3895d8198f9a9aa30976542d..a4ed0e0ca941c9e7297b371d5def3c43de019799 100644
|
| --- a/Source/core/paint/BoxPainter.cpp
|
| +++ b/Source/core/paint/BoxPainter.cpp
|
| @@ -686,7 +686,7 @@ void BoxPainter::calculateBackgroundImageGeometry(LayoutBoxModelObject& obj, con
|
| viewportRect.moveBy(-absoluteContainerOffset);
|
| }
|
|
|
| - geometry.setDestRect(pixelSnappedIntRect(viewportRect));
|
| + geometry.setDestRect(viewportRect);
|
| positioningAreaSize = geometry.destRect().size();
|
| }
|
|
|
|
|