| Index: Source/core/rendering/RenderObject.cpp
|
| diff --git a/Source/core/rendering/RenderObject.cpp b/Source/core/rendering/RenderObject.cpp
|
| index d9f84c1a5c6ae548b8ab40a48ac49f6cf1725c67..4b9ecf265fe698fa517b4eb7536fc5a0e8bb3629 100644
|
| --- a/Source/core/rendering/RenderObject.cpp
|
| +++ b/Source/core/rendering/RenderObject.cpp
|
| @@ -1731,7 +1731,7 @@ bool RenderObject::invalidatePaintAfterLayoutIfNeeded(const RenderLayerModelObje
|
| invalidatePaintUsingContainer(paintInvalidationContainer, pixelSnappedIntRect(oldBounds.x(), newBounds.maxY(), oldBounds.width(), -deltaBottom), invalidationReason);
|
|
|
| // FIXME: This is a limitation of our visual overflow being a single rectangle.
|
| - if (!style()->boxShadow() && !style()->hasBorderImageOutsets() && !style()->hasOutline())
|
| + if (!style()->hasBorder() && !style()->boxShadow() && !style()->hasBorderImageOutsets() && !style()->hasOutline())
|
| return false;
|
|
|
| // We didn't move, but we did change size. Invalidate the delta, which will consist of possibly
|
|
|