| Index: third_party/WebKit/Source/web/WebFrameWidgetBase.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebFrameWidgetBase.cpp b/third_party/WebKit/Source/web/WebFrameWidgetBase.cpp
|
| index d6f1367719f4c65046900512c707bccd2010a79b..09fd8c5874aece3c6d7fbce4503be2d4c1604433 100644
|
| --- a/third_party/WebKit/Source/web/WebFrameWidgetBase.cpp
|
| +++ b/third_party/WebKit/Source/web/WebFrameWidgetBase.cpp
|
| @@ -222,7 +222,7 @@ WebPoint WebFrameWidgetBase::ViewportToRootFrame(
|
| return GetPage()->GetVisualViewport().ViewportToRootFrame(point_in_viewport);
|
| }
|
|
|
| -WebViewImpl* WebFrameWidgetBase::View() const {
|
| +WebViewBase* WebFrameWidgetBase::View() const {
|
| return ToWebLocalFrameImpl(LocalRoot())->ViewImpl();
|
| }
|
|
|
|
|