| Index: sky/engine/core/rendering/RenderBox.h
|
| diff --git a/sky/engine/core/rendering/RenderBox.h b/sky/engine/core/rendering/RenderBox.h
|
| index 19f73b7939fc21e779fe9b0164ac19ec0c880a7e..36efd23adf859665725ab9e0ffd68ad778c5b64f 100644
|
| --- a/sky/engine/core/rendering/RenderBox.h
|
| +++ b/sky/engine/core/rendering/RenderBox.h
|
| @@ -377,7 +377,7 @@ public:
|
| virtual LayoutRect overflowClipRect(const LayoutPoint& location);
|
| LayoutRect clipRect(const LayoutPoint& location);
|
| bool pushContentsClip(PaintInfo&, const LayoutPoint& accumulatedOffset, ContentsClipBehavior);
|
| - void popContentsClip(PaintInfo&, PaintPhase originalPhase, const LayoutPoint& accumulatedOffset);
|
| + void popContentsClip(PaintInfo&, const LayoutPoint& accumulatedOffset);
|
|
|
| virtual void paintObject(PaintInfo&, const LayoutPoint&) { ASSERT_NOT_REACHED(); }
|
| virtual void paintBoxDecorationBackground(PaintInfo&, const LayoutPoint&);
|
|
|