Chromium Code Reviews| 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); |
|
leviw_travelin_and_unemployed
2015/02/25 18:32:28
Can't we pixel snap this just a few more times to
|
| positioningAreaSize = geometry.destRect().size(); |
| } |