| Index: third_party/WebKit/Source/core/frame/VisualViewport.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/VisualViewport.cpp b/third_party/WebKit/Source/core/frame/VisualViewport.cpp
|
| index 615977dae8bbed12fabeac6b84b08b47a602768b..df88ee803bfa54461706c43cd488b9ee9ce6ef08 100644
|
| --- a/third_party/WebKit/Source/core/frame/VisualViewport.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/VisualViewport.cpp
|
| @@ -680,7 +680,7 @@ LocalFrame* VisualViewport::MainFrame() const {
|
|
|
| bool VisualViewport::ScheduleAnimation() {
|
| if (PlatformChromeClient* client = GetChromeClient()) {
|
| - client->ScheduleAnimation(MainFrame());
|
| + client->ScheduleAnimation(MainFrame()->View());
|
| return true;
|
| }
|
| return false;
|
|
|