Index: Source/core/rendering/RenderBlock.cpp |
diff --git a/Source/core/rendering/RenderBlock.cpp b/Source/core/rendering/RenderBlock.cpp |
index ad8750d6c1bd7888d15586357595ecfd9898c9b9..a3285e8a30f91b4a3cb2c2cbfa554e8b72a96be1 100644 |
--- a/Source/core/rendering/RenderBlock.cpp |
+++ b/Source/core/rendering/RenderBlock.cpp |
@@ -1545,7 +1545,6 @@ void RenderBlock::computeOverflow(LayoutUnit oldClientAfterEdge, bool) |
m_overflow->setLayoutClientAfterEdge(oldClientAfterEdge); |
} |
- // Add visual overflow from box-shadow and border-image-outset. |
addVisualEffectOverflow(); |
// Add visual overflow from theme. |
leviw_travelin_and_unemployed
2014/03/11 22:51:10
If you're going to get rid of the comment above, h
Julien - ping for review
2014/03/12 03:18:58
Done.
|
@@ -1835,7 +1834,6 @@ void RenderBlock::paint(PaintInfo& paintInfo, const LayoutPoint& paintOffset) |
if (!isRoot()) { |
LayoutRect overflowBox = overflowRectForPaintRejection(); |
flipForWritingMode(overflowBox); |
- overflowBox.inflate(maximalOutlineSize(paintInfo.phase)); |
overflowBox.moveBy(adjustedPaintOffset); |
if (!overflowBox.intersects(paintInfo.rect)) |
return; |