| 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 3eda3a9d35244eb7b1a9b8b71c857b8e5156560d..db92faede365db37f0c8044b9e23695cabcb886c 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp
|
| @@ -1901,8 +1901,8 @@ bool PaintLayerScrollableArea::VisualViewportSuppliesScrollbars() const {
|
| controller.GlobalRootScroller()) == this;
|
| }
|
|
|
| -FrameViewBase* PaintLayerScrollableArea::GetFrameViewBase() {
|
| - return Box().GetFrame()->View();
|
| +bool PaintLayerScrollableArea::ScheduleAnimation() {
|
| + return Box().GetFrame()->ScheduleAnimation(GetHostWindow());
|
| }
|
|
|
| void PaintLayerScrollableArea::ResetRebuildScrollbarLayerFlags() {
|
|
|