| 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 6c854a62375373c20e8a37372cf52cf397098140..577f983bd17f77e613d0310fbb297e86793411fe 100644
|
| --- a/third_party/WebKit/Source/core/frame/VisualViewport.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/VisualViewport.cpp
|
| @@ -681,7 +681,7 @@ LocalFrame* VisualViewport::mainFrame() const {
|
| : 0;
|
| }
|
|
|
| -FrameViewBase* VisualViewport::getWidget() {
|
| +FrameViewBase* VisualViewport::getFrameViewBase() {
|
| return mainFrame()->view();
|
| }
|
|
|
|
|