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..2259ea9c645f02230dc312559f35e233c2b4b56c 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: |