| 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 9767274a2a6a1a2784f48e208702e6774aae7ad4..12b6c9518e1aec9c0973cdf4e6f11c0b7a25094c 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp
|
| @@ -520,7 +520,7 @@ int PaintLayerScrollableArea::visibleWidth() const {
|
| }
|
|
|
| IntSize PaintLayerScrollableArea::contentsSize() const {
|
| - return IntSize(scrollWidth().toInt(), scrollHeight().toInt());
|
| + return IntSize(pixelSnappedScrollWidth(), pixelSnappedScrollHeight());
|
| }
|
|
|
| IntPoint PaintLayerScrollableArea::lastKnownMousePosition() const {
|
|
|