| Index: Source/core/rendering/RenderBlockFlow.cpp
|
| diff --git a/Source/core/rendering/RenderBlockFlow.cpp b/Source/core/rendering/RenderBlockFlow.cpp
|
| index 08ca3eeee6e43e26a1d910b1e8914ad7cdc0f027..ec1819990d64114e31f2abefdd2462710a726147 100644
|
| --- a/Source/core/rendering/RenderBlockFlow.cpp
|
| +++ b/Source/core/rendering/RenderBlockFlow.cpp
|
| @@ -1988,8 +1988,6 @@ void RenderBlockFlow::repaintOverflow()
|
| // The repaint rect may be split across columns, in which case adjustRectForColumns() will return the union.
|
| adjustRectForColumns(repaintRect);
|
|
|
| - repaintRect.inflate(maximalOutlineSize(PaintPhaseOutline));
|
| -
|
| if (hasOverflowClip()) {
|
| // Adjust repaint rect for scroll offset
|
| repaintRect.move(-scrolledContentOffset());
|
|
|