| Index: Source/core/rendering/RenderBox.h
|
| diff --git a/Source/core/rendering/RenderBox.h b/Source/core/rendering/RenderBox.h
|
| index 913f0e9b2f5a2ab8f58425295a17b0f1d0fe7fe3..7eb1e1d9cc4d8c87f25aec3c4011c332b951cd04 100644
|
| --- a/Source/core/rendering/RenderBox.h
|
| +++ b/Source/core/rendering/RenderBox.h
|
| @@ -219,8 +219,6 @@ public:
|
| LayoutUnit logicalLeftVisualOverflow() const { return style()->isHorizontalWritingMode() ? visualOverflowRect().x() : visualOverflowRect().y(); }
|
| LayoutUnit logicalRightVisualOverflow() const { return style()->isHorizontalWritingMode() ? visualOverflowRect().maxX() : visualOverflowRect().maxY(); }
|
|
|
| - LayoutRect overflowRectForPaintRejection() const;
|
| -
|
| LayoutRect contentsVisualOverflowRect() const { return m_overflow ? m_overflow->contentsVisualOverflowRect() : LayoutRect(); }
|
|
|
| void addLayoutOverflow(const LayoutRect&);
|
|
|