| Index: third_party/WebKit/Source/core/paint/SVGForeignObjectPainter.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/SVGForeignObjectPainter.cpp b/third_party/WebKit/Source/core/paint/SVGForeignObjectPainter.cpp
|
| index 1e8ec92d9150107a5090449feb816dcb29755617..1b3a28bc27b9b575aeb6beb1b957077230fd1089 100644
|
| --- a/third_party/WebKit/Source/core/paint/SVGForeignObjectPainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/SVGForeignObjectPainter.cpp
|
| @@ -55,10 +55,10 @@ void SVGForeignObjectPainter::paint(const PaintInfo& paintInfo)
|
|
|
| if (continueRendering) {
|
| // Paint all phases of FO elements atomically as though the FO element established its own stacking context.
|
| - // The delegate forwards calls to paint() in LayoutObject::paintAsPseudoStackingContext() to
|
| + // The delegate forwards calls to paint() in LayoutObject::paintAllPhasesAtomically() to
|
| // BlockPainter::paint(), instead of m_layoutSVGForeignObject.paint() (which would call this method again).
|
| BlockPainterDelegate delegate(m_layoutSVGForeignObject);
|
| - ObjectPainter(delegate).paintAsPseudoStackingContext(paintContext.paintInfo(), LayoutPoint());
|
| + ObjectPainter(delegate).paintAllPhasesAtomically(paintContext.paintInfo(), LayoutPoint());
|
| }
|
| }
|
|
|
|
|