| Index: sky/engine/core/rendering/RenderBox.cpp
|
| diff --git a/sky/engine/core/rendering/RenderBox.cpp b/sky/engine/core/rendering/RenderBox.cpp
|
| index 5d011af14757283546d98237606a67b71188207c..7d501dad26476e83d418f3939adab857df9ec5b4 100644
|
| --- a/sky/engine/core/rendering/RenderBox.cpp
|
| +++ b/sky/engine/core/rendering/RenderBox.cpp
|
| @@ -1271,7 +1271,7 @@ void RenderBox::popContentsClip(PaintInfo& paintInfo, PaintPhase originalPhase,
|
| paintInfo.phase = originalPhase;
|
| }
|
|
|
| -LayoutRect RenderBox::overflowClipRect(const LayoutPoint& location, OverlayScrollbarSizeRelevancy relevancy)
|
| +LayoutRect RenderBox::overflowClipRect(const LayoutPoint& location)
|
| {
|
| LayoutRect clipRect = borderBoxRect();
|
| clipRect.setLocation(location + clipRect.location() + LayoutSize(borderLeft(), borderTop()));
|
|
|