| Index: sky/engine/core/rendering/RenderBoxModelObject.cpp
|
| diff --git a/sky/engine/core/rendering/RenderBoxModelObject.cpp b/sky/engine/core/rendering/RenderBoxModelObject.cpp
|
| index a9367328d22c3978f3876d6e3914077d04330f57..52450b05b079344cadc76c9836491ebac21b02fa 100644
|
| --- a/sky/engine/core/rendering/RenderBoxModelObject.cpp
|
| +++ b/sky/engine/core/rendering/RenderBoxModelObject.cpp
|
| @@ -883,8 +883,6 @@ void RenderBoxModelObject::calculateBackgroundImageGeometry(const RenderLayerMod
|
| IntRect viewportRect = pixelSnappedIntRect(viewRect());
|
| if (fixedBackgroundPaintsInLocalCoordinates())
|
| viewportRect.setLocation(IntPoint());
|
| - else if (FrameView* frameView = view()->frameView())
|
| - viewportRect.setLocation(IntPoint(frameView->scrollOffsetForFixedPosition()));
|
|
|
| if (paintContainer) {
|
| IntPoint absoluteContainerOffset = roundedIntPoint(paintContainer->localToAbsolute(FloatPoint()));
|
|
|