| 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 83e26b43c6743313017e9b3d249ffc0adee2566e..25531fba7c9db4379cd9baa11799362bae0eb064 100644
|
| --- a/third_party/WebKit/Source/core/frame/VisualViewport.h
|
| +++ b/third_party/WebKit/Source/core/frame/VisualViewport.h
|
| @@ -209,7 +209,7 @@ class CORE_EXPORT VisualViewport final
|
| GraphicsLayer* LayerForScrolling() const override;
|
| GraphicsLayer* LayerForHorizontalScrollbar() const override;
|
| GraphicsLayer* LayerForVerticalScrollbar() const override;
|
| - FrameViewBase* GetFrameViewBase() override;
|
| + bool ScheduleAnimation() override;
|
| CompositorAnimationHost* GetCompositorAnimationHost() const override;
|
| CompositorAnimationTimeline* GetCompositorAnimationTimeline() const override;
|
| IntRect VisibleContentRect(
|
|
|