| 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 25531fba7c9db4379cd9baa11799362bae0eb064..e633fa2d25dbc353b252d13fad3404a474f0b614 100644
|
| --- a/third_party/WebKit/Source/core/frame/VisualViewport.h
|
| +++ b/third_party/WebKit/Source/core/frame/VisualViewport.h
|
| @@ -181,7 +181,7 @@ class CORE_EXPORT VisualViewport final
|
| IntPoint RootFrameToViewport(const IntPoint&) const;
|
|
|
| // ScrollableArea implementation
|
| - HostWindow* GetHostWindow() const override;
|
| + PlatformChromeClient* GetChromeClient() const override;
|
| bool ShouldUseIntegerScrollOffset() const override;
|
| void SetScrollOffset(const ScrollOffset&,
|
| ScrollType,
|
|
|