| Index: sky/engine/core/rendering/RenderBox.h
|
| diff --git a/sky/engine/core/rendering/RenderBox.h b/sky/engine/core/rendering/RenderBox.h
|
| index d443445744c30f831d7561d6cb936cfaa4d4389a..e74261caf21d4df1717509289188ed61aab95aee 100644
|
| --- a/sky/engine/core/rendering/RenderBox.h
|
| +++ b/sky/engine/core/rendering/RenderBox.h
|
| @@ -420,8 +420,6 @@ public:
|
|
|
| virtual LayoutRect overflowClipRect(const LayoutPoint& location);
|
| LayoutRect clipRect(const LayoutPoint& location);
|
| - virtual bool hasControlClip() const { return false; }
|
| - virtual LayoutRect controlClipRect(const LayoutPoint&) const { return LayoutRect(); }
|
| bool pushContentsClip(PaintInfo&, const LayoutPoint& accumulatedOffset, ContentsClipBehavior);
|
| void popContentsClip(PaintInfo&, PaintPhase originalPhase, const LayoutPoint& accumulatedOffset);
|
|
|
|
|