Index: sky/engine/core/rendering/RenderObject.h |
diff --git a/sky/engine/core/rendering/RenderObject.h b/sky/engine/core/rendering/RenderObject.h |
index d097263f0496947625c7df6a88e455a29cf86ead..f61cf9b829c850cd21e4039ce09bc72075c34f00 100644 |
--- a/sky/engine/core/rendering/RenderObject.h |
+++ b/sky/engine/core/rendering/RenderObject.h |
@@ -440,7 +440,7 @@ public: |
void updateImage(StyleImage*, StyleImage*); |
// paintOffset is the offset from the origin of the GraphicsContext at which to paint the current object. |
- virtual void paint(PaintInfo&, const LayoutPoint& paintOffset); |
+ virtual void paint(PaintInfo&, const LayoutPoint& paintOffset, Vector<RenderBox*>& layers); |
// Subclasses must reimplement this method to compute the size and position |
// of this object and all its descendants. |