Index: third_party/WebKit/Source/core/paint/SVGImagePainter.cpp |
diff --git a/third_party/WebKit/Source/core/paint/SVGImagePainter.cpp b/third_party/WebKit/Source/core/paint/SVGImagePainter.cpp |
index 43b0675a9e8095afccd68841ee5f1deb7cf40e3e..1270cb4b01027299178e1b5a95df7cb61d2f5b6e 100644 |
--- a/third_party/WebKit/Source/core/paint/SVGImagePainter.cpp |
+++ b/third_party/WebKit/Source/core/paint/SVGImagePainter.cpp |
@@ -43,7 +43,7 @@ void SVGImagePainter::paint(const PaintInfo& paintInfo) |
if (m_layoutSVGImage.style()->outlineWidth()) { |
PaintInfo outlinePaintInfo(paintInfoBeforeFiltering); |
- outlinePaintInfo.phase = PaintPhaseSelfOutline; |
+ outlinePaintInfo.phase = PaintPhaseSelfOutlineOnly; |
ObjectPainter(m_layoutSVGImage).paintOutline(outlinePaintInfo, LayoutPoint(boundingBox.location())); |
} |
} |