| Index: Source/core/rendering/RenderLayerScrollableArea.cpp
|
| diff --git a/Source/core/rendering/RenderLayerScrollableArea.cpp b/Source/core/rendering/RenderLayerScrollableArea.cpp
|
| index 55445ce4cee8b753992658b53b6e686a79b2a574..ef79c1d2df940605a8b31b7347b1259aa35c7931 100644
|
| --- a/Source/core/rendering/RenderLayerScrollableArea.cpp
|
| +++ b/Source/core/rendering/RenderLayerScrollableArea.cpp
|
| @@ -401,7 +401,7 @@ void RenderLayerScrollableArea::setScrollOffset(const IntPoint& newScrollOffset)
|
| if (box().frameView()->isInPerformLayout())
|
| box().setShouldDoFullPaintInvalidationAfterLayout(true);
|
| else
|
| - box().invalidatePaintUsingContainer(repaintContainer, pixelSnappedIntRect(layer()->renderer()->previousPaintInvalidationRect()), InvalidationScroll);
|
| + box().invalidatePaintUsingContainer(repaintContainer, layer()->renderer()->previousPaintInvalidationRect(), InvalidationScroll);
|
| }
|
|
|
| // Schedule the scroll DOM event.
|
|
|