Index: Source/core/paint/PartPainter.cpp |
diff --git a/Source/core/paint/PartPainter.cpp b/Source/core/paint/PartPainter.cpp |
index 02b92a43fc17e12e1d48bbe1fe2ec2634cadc5ed..80d739fd0a7320a876ff50e7bb5e7be34a39346a 100644 |
--- a/Source/core/paint/PartPainter.cpp |
+++ b/Source/core/paint/PartPainter.cpp |
@@ -34,7 +34,7 @@ void PartPainter::paint(const PaintInfo& paintInfo, const LayoutPoint& paintOffs |
} |
if ((paintInfo.phase == PaintPhaseOutline || paintInfo.phase == PaintPhaseSelfOutline) && m_layoutPart.style()->hasOutline()) |
- ObjectPainter(m_layoutPart).paintOutline(paintInfo, m_layoutPart.visualOverflowRect(), borderRect.size(), adjustedPaintOffset); |
+ ObjectPainter(m_layoutPart).paintOutline(paintInfo, adjustedPaintOffset); |
if (paintInfo.phase != PaintPhaseForeground) |
return; |