| Index: third_party/WebKit/Source/core/paint/SVGContainerPainter.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/SVGContainerPainter.cpp b/third_party/WebKit/Source/core/paint/SVGContainerPainter.cpp
|
| index ba0d6db051fa45d9f2a7001f9b47d0ae1aadf831..b3ad6a008aa9aedcc542f45284c5e89c904a4929 100644
|
| --- a/third_party/WebKit/Source/core/paint/SVGContainerPainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/SVGContainerPainter.cpp
|
| @@ -59,7 +59,7 @@ void SVGContainerPainter::paint(const PaintInfo& paintInfo)
|
|
|
| if (m_layoutSVGContainer.style()->outlineWidth() && m_layoutSVGContainer.style()->visibility() == VISIBLE) {
|
| PaintInfo outlinePaintInfo(paintInfoBeforeFiltering);
|
| - outlinePaintInfo.phase = PaintPhaseSelfOutline;
|
| + outlinePaintInfo.phase = PaintPhaseSelfOutlineOnly;
|
| ObjectPainter(m_layoutSVGContainer).paintOutline(outlinePaintInfo, LayoutPoint(boundingBox.location()));
|
| }
|
|
|
|
|