Index: Source/core/paint/SVGImagePainter.cpp |
diff --git a/Source/core/paint/SVGImagePainter.cpp b/Source/core/paint/SVGImagePainter.cpp |
index 9bfeb7c944298afc9c27888af482980884739c36..431d39598b8714cab936cb514ab9dc0808543925 100644 |
--- a/Source/core/paint/SVGImagePainter.cpp |
+++ b/Source/core/paint/SVGImagePainter.cpp |
@@ -58,8 +58,7 @@ void SVGImagePainter::paint(const PaintInfo& paintInfo) |
if (m_layoutSVGImage.style()->outlineWidth()) { |
PaintInfo outlinePaintInfo(paintInfoBeforeFiltering); |
outlinePaintInfo.phase = PaintPhaseSelfOutline; |
- LayoutRect layoutBoundingBox(boundingBox); |
- ObjectPainter(m_layoutSVGImage).paintOutline(outlinePaintInfo, m_layoutSVGImage.outlineVisualOverflowRect(), layoutBoundingBox.size(), layoutBoundingBox.location()); |
+ ObjectPainter(m_layoutSVGImage).paintOutline(outlinePaintInfo, LayoutPoint(boundingBox.location())); |
} |
} |