| Index: Source/core/rendering/RenderReplaced.cpp
|
| diff --git a/Source/core/rendering/RenderReplaced.cpp b/Source/core/rendering/RenderReplaced.cpp
|
| index 9671a3627f74a6ddad44671d72523faf6020dc91..328ad77c62e4503dc83bc4f1202f1b16696b302e 100644
|
| --- a/Source/core/rendering/RenderReplaced.cpp
|
| +++ b/Source/core/rendering/RenderReplaced.cpp
|
| @@ -191,7 +191,7 @@ bool RenderReplaced::shouldPaint(PaintInfo& paintInfo, const LayoutPoint& paintO
|
| bottom = max(selBottom, bottom);
|
| }
|
|
|
| - LayoutRect localRepaintRect = paintInfo.rect();
|
| + LayoutRect localRepaintRect = paintInfo.rect;
|
| localRepaintRect.inflate(maximalOutlineSize(paintInfo.phase));
|
| if (adjustedPaintOffset.x() + visualOverflowRect().x() >= localRepaintRect.maxX() || adjustedPaintOffset.x() + visualOverflowRect().maxX() <= localRepaintRect.x())
|
| return false;
|
|
|