| Index: third_party/WebKit/Source/core/frame/VisualViewport.h
|
| diff --git a/third_party/WebKit/Source/core/frame/VisualViewport.h b/third_party/WebKit/Source/core/frame/VisualViewport.h
|
| index 5168e769b0e2b2a473e21d37f97836c6f3d44576..0e8ee557dc123b072cea582aa0b6ed2e096a963e 100644
|
| --- a/third_party/WebKit/Source/core/frame/VisualViewport.h
|
| +++ b/third_party/WebKit/Source/core/frame/VisualViewport.h
|
| @@ -191,7 +191,7 @@ class CORE_EXPORT VisualViewport final
|
| GraphicsLayer* layerForScrolling() const override;
|
| GraphicsLayer* layerForHorizontalScrollbar() const override;
|
| GraphicsLayer* layerForVerticalScrollbar() const override;
|
| - Widget* getWidget() override;
|
| + FrameViewBase* getWidget() override;
|
| CompositorAnimationHost* compositorAnimationHost() const override;
|
| CompositorAnimationTimeline* compositorAnimationTimeline() const override;
|
| IntRect visibleContentRect(
|
|
|