| Index: third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp
|
| index 98686ea825156d96b9f5222dbaced0d9ad2ba69b..bee8890306df34c4c687aa4480f5ff69f1d57277 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp
|
| @@ -479,8 +479,7 @@ IntSize PaintLayerScrollableArea::maximumScrollOffsetInt() const {
|
| IntSize contentSize;
|
| IntSize visibleSize;
|
| if (box().hasOverflowClip()) {
|
| - contentSize =
|
| - IntSize(pixelSnappedScrollWidth(), pixelSnappedScrollHeight());
|
| + contentSize = contentsSize();
|
| visibleSize =
|
| pixelSnappedIntRect(box().overflowClipRect(box().location())).size();
|
|
|
|
|