| 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 742a651142649cf011455bdb5dbd3840902678ca..e3b0a532cf051b548ef5dce63e259550abd5a976 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp
|
| @@ -1760,7 +1760,7 @@ bool PaintLayerScrollableArea::visualViewportSuppliesScrollbars() const {
|
| if (!controller.globalRootScroller())
|
| return false;
|
|
|
| - return RootScrollerUtil::scrollableAreaFor(
|
| + return RootScrollerUtil::scrollableAreaForRootScroller(
|
| *controller.globalRootScroller()) == this;
|
| }
|
|
|
|
|