| Index: Source/core/rendering/RenderLayerScrollableArea.h
|
| diff --git a/Source/core/rendering/RenderLayerScrollableArea.h b/Source/core/rendering/RenderLayerScrollableArea.h
|
| index af9cf329628f41edbb5f44afd2b7a4a36c49929f..0b4e4e87fd1606522919653f2d2cadddd8cc6550 100644
|
| --- a/Source/core/rendering/RenderLayerScrollableArea.h
|
| +++ b/Source/core/rendering/RenderLayerScrollableArea.h
|
| @@ -209,6 +209,7 @@ private:
|
| void setHasVerticalScrollbar(bool hasScrollbar);
|
|
|
| void updateScrollCornerStyle();
|
| + void updateMinimumSizeForResizing();
|
|
|
| // See comments on isPointInResizeControl.
|
| IntRect resizerCornerRect(const IntRect&, ResizerHitTestType) const;
|
| @@ -246,6 +247,9 @@ private:
|
| // This is the (scroll) offset from scrollOrigin().
|
| IntSize m_scrollOffset;
|
|
|
| + // This is the minimum size for resizing.
|
| + LayoutSize m_minimumSizeForResizing;
|
| +
|
| IntPoint m_cachedOverlayScrollbarOffset;
|
|
|
| // For areas with overflow, we have a pair of scrollbars.
|
|
|