| Index: third_party/WebKit/Source/core/frame/FrameView.h
|
| diff --git a/third_party/WebKit/Source/core/frame/FrameView.h b/third_party/WebKit/Source/core/frame/FrameView.h
|
| index 05cff25605e41b073e8223a3bc640cbaf7bb9dee..613d917057184128fe9e63dad36a09aa6c08b420 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.h
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.h
|
| @@ -451,7 +451,7 @@ class CORE_EXPORT FrameView final
|
| bool UpdateAfterCompositingChange() override;
|
| bool UserInputScrollable(ScrollbarOrientation) const override;
|
| bool ShouldPlaceVerticalScrollbarOnLeft() const override;
|
| - FrameViewBase* GetFrameViewBase() override;
|
| + bool ScheduleAnimation() override;
|
| CompositorAnimationHost* GetCompositorAnimationHost() const override;
|
| CompositorAnimationTimeline* GetCompositorAnimationTimeline() const override;
|
| LayoutBox* GetLayoutBox() const override;
|
|
|