Index: sky/engine/core/rendering/RenderParagraph.h |
diff --git a/sky/engine/core/rendering/RenderParagraph.h b/sky/engine/core/rendering/RenderParagraph.h |
index a75cd4b6d2c28f3d6d717f465e2ebd24b5295b68..d931a3be39743afbd779730f18a90c058cefab49 100644 |
--- a/sky/engine/core/rendering/RenderParagraph.h |
+++ b/sky/engine/core/rendering/RenderParagraph.h |
@@ -34,7 +34,7 @@ protected: |
void simplifiedNormalFlowLayout() final; |
- void paintChildren(PaintInfo&, const LayoutPoint&) final; |
+ void paintChildren(PaintInfo&, const LayoutPoint&, Vector<RenderBox*>& layers) final; |
bool hitTestContents(const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction) final; |