Index: sky/engine/core/rendering/RenderLineBoxList.h |
diff --git a/sky/engine/core/rendering/RenderLineBoxList.h b/sky/engine/core/rendering/RenderLineBoxList.h |
index 74fad22c0ca335b9d07a65751bef26aa4bb07254..3d4e8f5c9c42a82d778cedfe2af7da7012ecc191 100644 |
--- a/sky/engine/core/rendering/RenderLineBoxList.h |
+++ b/sky/engine/core/rendering/RenderLineBoxList.h |
@@ -63,7 +63,7 @@ public: |
void dirtyLineBoxes(); |
void dirtyLinesFromChangedChild(RenderObject* parent, RenderObject* child); |
- void paint(RenderBoxModelObject*, PaintInfo&, const LayoutPoint&) const; |
+ void paint(RenderBoxModelObject*, PaintInfo&, const LayoutPoint&, Vector<RenderBox*>& layers) const; |
bool hitTest(RenderBoxModelObject*, const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction) const; |
private: |