| Index: sky/engine/core/rendering/RenderInline.cpp
|
| diff --git a/sky/engine/core/rendering/RenderInline.cpp b/sky/engine/core/rendering/RenderInline.cpp
|
| index 70bd05e1961b632c98d964cb9597a4c0ded4e956..6c12fa1faf35aeff3589ee5ed17d42ba463ebbb6 100644
|
| --- a/sky/engine/core/rendering/RenderInline.cpp
|
| +++ b/sky/engine/core/rendering/RenderInline.cpp
|
| @@ -170,9 +170,9 @@ void RenderInline::addChild(RenderObject* newChild, RenderObject* beforeChild)
|
| newChild->setNeedsLayoutAndPrefWidthsRecalc();
|
| }
|
|
|
| -void RenderInline::paint(PaintInfo& paintInfo, const LayoutPoint& paintOffset)
|
| +void RenderInline::paint(PaintInfo& paintInfo, const LayoutPoint& paintOffset, Vector<RenderBox*>& layers)
|
| {
|
| - m_lineBoxes.paint(this, paintInfo, paintOffset);
|
| + m_lineBoxes.paint(this, paintInfo, paintOffset, layers);
|
| }
|
|
|
| template<typename GeneratorContext>
|
|
|