| Index: sky/engine/core/rendering/RenderBox.h
|
| diff --git a/sky/engine/core/rendering/RenderBox.h b/sky/engine/core/rendering/RenderBox.h
|
| index af18d70fd1357bd4e4a8baa362bc6ce6233cc957..293c79b9bbc0e188821ccaadf978255994ee44b3 100644
|
| --- a/sky/engine/core/rendering/RenderBox.h
|
| +++ b/sky/engine/core/rendering/RenderBox.h
|
| @@ -35,7 +35,6 @@ class RenderLayerScrollableArea;
|
|
|
| enum SizeType { MainOrPreferredSize, MinSize, MaxSize };
|
| enum AvailableLogicalHeightType { ExcludeMarginBorderPadding, IncludeMarginBorderPadding };
|
| -enum OverlayScrollbarSizeRelevancy { IgnoreOverlayScrollbarSize, IncludeOverlayScrollbarSize };
|
| enum MarginDirection { BlockDirection, InlineDirection };
|
|
|
| enum ShouldComputePreferred { ComputeActual, ComputePreferred };
|
| @@ -446,7 +445,7 @@ public:
|
|
|
| virtual LayoutRect localCaretRect(InlineBox*, int caretOffset, LayoutUnit* extraWidthToEndOfLine = 0) override;
|
|
|
| - virtual LayoutRect overflowClipRect(const LayoutPoint& location, OverlayScrollbarSizeRelevancy = IgnoreOverlayScrollbarSize);
|
| + 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(); }
|
|
|