| Index: Source/core/rendering/RenderListMarker.cpp
|
| diff --git a/Source/core/rendering/RenderListMarker.cpp b/Source/core/rendering/RenderListMarker.cpp
|
| index b66aab57b30cf57c6c4ca754c52ea88dcb924022..0010ff9a89e48fe885b6d9e28598dc78b61ce370 100644
|
| --- a/Source/core/rendering/RenderListMarker.cpp
|
| +++ b/Source/core/rendering/RenderListMarker.cpp
|
| @@ -1136,7 +1136,6 @@ void RenderListMarker::paint(PaintInfo& paintInfo, const LayoutPoint& paintOffse
|
| LayoutPoint boxOrigin(paintOffset + location());
|
| LayoutRect overflowRect(visualOverflowRect());
|
| overflowRect.moveBy(boxOrigin);
|
| - overflowRect.inflate(maximalOutlineSize(paintInfo.phase));
|
|
|
| if (!paintInfo.rect.intersects(pixelSnappedIntRect(overflowRect)))
|
| return;
|
|
|