| Index: third_party/WebKit/Source/core/frame/RootFrameViewport.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/RootFrameViewport.cpp b/third_party/WebKit/Source/core/frame/RootFrameViewport.cpp
|
| index 558bc5e9a47e9acbc9068738db963cd561d113a7..c54b6e215a9009a14879f49fbd3513c22fa15a51 100644
|
| --- a/third_party/WebKit/Source/core/frame/RootFrameViewport.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/RootFrameViewport.cpp
|
| @@ -448,8 +448,8 @@ void RootFrameViewport::cancelProgrammaticScrollAnimation() {
|
| visualViewport().cancelProgrammaticScrollAnimation();
|
| }
|
|
|
| -FrameViewBase* RootFrameViewport::getWidget() {
|
| - return visualViewport().getWidget();
|
| +FrameViewBase* RootFrameViewport::getFrameViewBase() {
|
| + return visualViewport().getFrameViewBase();
|
| }
|
|
|
| void RootFrameViewport::clearScrollableArea() {
|
|
|