| Index: third_party/WebKit/Source/core/paint/BackgroundImageGeometry.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/BackgroundImageGeometry.cpp b/third_party/WebKit/Source/core/paint/BackgroundImageGeometry.cpp
|
| index 8f37b543e0d0823a37a70a7c560253569fcd64ca..36909481eece9b1be6fc6e18a92d3d97a909a894 100644
|
| --- a/third_party/WebKit/Source/core/paint/BackgroundImageGeometry.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/BackgroundImageGeometry.cpp
|
| @@ -276,6 +276,7 @@ void BackgroundImageGeometry::calculate(const LayoutBoxModelObject& obj, const L
|
|
|
| EFillRepeat backgroundRepeatX = fillLayer.repeatX();
|
| EFillRepeat backgroundRepeatY = fillLayer.repeatY();
|
| + positioningAreaSize = LayoutSize(snapSizeToPixel(positioningAreaSize.width(), m_destRect.x()), snapSizeToPixel(positioningAreaSize.height(), m_destRect.y()));
|
| LayoutUnit availableWidth = positioningAreaSize.width() - tileSize().width();
|
| LayoutUnit availableHeight = positioningAreaSize.height() - tileSize().height();
|
|
|
|
|