| 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 07efaa1659d7b483f2b6c5208239cee1cc15cc2e..cbef21c1da6b811035f544fc47e7df85278d4d2b 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp
|
| @@ -599,7 +599,7 @@ bool PaintLayerScrollableArea::scrollbarsCanBeActive() const {
|
| }
|
|
|
| IntRect PaintLayerScrollableArea::scrollableAreaBoundingBox() const {
|
| - return box().absoluteBoundingBoxRect();
|
| + return box().absoluteBoundingBoxRect(TraverseDocumentBoundaries);
|
| }
|
|
|
| void PaintLayerScrollableArea::registerForAnimation() {
|
|
|