| Index: third_party/WebKit/Source/core/paint/SVGRootPainter.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/SVGRootPainter.cpp b/third_party/WebKit/Source/core/paint/SVGRootPainter.cpp
|
| index b7868ad29c9eaebda375f24354841d856aa8e4d8..3a8ac94a73ac3a16ee72d2e153064e940b7d162a 100644
|
| --- a/third_party/WebKit/Source/core/paint/SVGRootPainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/SVGRootPainter.cpp
|
| @@ -74,7 +74,8 @@ void SVGRootPainter::paintReplaced(const PaintInfo& paintInfo,
|
| !paintContext.applyClipMaskAndFilterIfNecessary())
|
| return;
|
|
|
| - BoxPainter(m_layoutSVGRoot).paint(paintContext.paintInfo(), LayoutPoint());
|
| + BoxPainter(m_layoutSVGRoot)
|
| + .paintChildren(paintContext.paintInfo(), LayoutPoint());
|
|
|
| PaintTiming& timing =
|
| PaintTiming::from(m_layoutSVGRoot.node()->document().topDocument());
|
|
|