| Index: sky/engine/core/rendering/RenderBox.cpp
|
| diff --git a/sky/engine/core/rendering/RenderBox.cpp b/sky/engine/core/rendering/RenderBox.cpp
|
| index a7649a5bd503036f4d9fe512023c79cc330ea219..313eae4cbe970e645a8f2f54bb0fda08639c735c 100644
|
| --- a/sky/engine/core/rendering/RenderBox.cpp
|
| +++ b/sky/engine/core/rendering/RenderBox.cpp
|
| @@ -591,7 +591,7 @@ bool RenderBox::pushContentsClip(PaintInfo& paintInfo, const LayoutPoint& accumu
|
| return true;
|
| }
|
|
|
| -void RenderBox::popContentsClip(PaintInfo& paintInfo, PaintPhase originalPhase, const LayoutPoint& accumulatedOffset)
|
| +void RenderBox::popContentsClip(PaintInfo& paintInfo, const LayoutPoint& accumulatedOffset)
|
| {
|
| ASSERT(hasOverflowClip() && !layer()->isSelfPaintingLayer());
|
| paintInfo.context->restore();
|
|
|