| 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 9be42a68fd25091e5c8f39a52beb20b7930ee61f..ae6c4e6af7e1d01d7813636b24494cb7a1213790 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;
|
| }
|
|
|
| -Widget* VisualViewport::getWidget() {
|
| +FrameViewBase* VisualViewport::getWidget() {
|
| return mainFrame()->view();
|
| }
|
|
|
|
|