| 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 d5bac5cc3150b04869ee29350f66a3cf8ed33efd..b5f5e4236d675625417e873faac8ad0f3cfd5ca9 100644
|
| --- a/third_party/WebKit/Source/core/frame/VisualViewport.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/VisualViewport.cpp
|
| @@ -674,8 +674,8 @@ LocalFrame* VisualViewport::MainFrame() const {
|
| : 0;
|
| }
|
|
|
| -FrameViewBase* VisualViewport::GetFrameViewBase() {
|
| - return MainFrame()->View();
|
| +bool VisualViewport::ScheduleAnimation() {
|
| + return MainFrame()->ScheduleAnimation(GetHostWindow());
|
| }
|
|
|
| void VisualViewport::ClampToBoundaries() {
|
|
|