| Index: third_party/WebKit/Source/core/frame/FrameView.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/FrameView.cpp b/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| index ae3818d3c8d36c02f6bc7066a16ebf685155cf5d..4c78203aafab059f3c87a0274ba678662fdf5440 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| @@ -2783,7 +2783,7 @@ void FrameView::ScrollbarStyleChanged() {
|
|
|
| bool FrameView::ScheduleAnimation() {
|
| if (PlatformChromeClient* client = GetChromeClient()) {
|
| - client->ScheduleAnimation(frame_);
|
| + client->ScheduleAnimation(this);
|
| return true;
|
| }
|
| return false;
|
|
|