| 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 c3dcf5fc2a9a88ea94878a54c8eba71e1f94facf..fef30afdfad7a909217d58e949c98e9c91e8fca7 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp
|
| @@ -1943,7 +1943,7 @@ bool PaintLayerScrollableArea::VisualViewportSuppliesScrollbars() const {
|
|
|
| bool PaintLayerScrollableArea::ScheduleAnimation() {
|
| if (PlatformChromeClient* client = GetChromeClient()) {
|
| - client->ScheduleAnimation(Box().GetFrame());
|
| + client->ScheduleAnimation(Box().GetFrame()->View());
|
| return true;
|
| }
|
| return false;
|
|
|