| Index: third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
|
| index 8a3e916091b40dc774ef1e0bfbfb2dbde21e8ea6..7c27f3c33212ffd9a1b9acd15c9b30f84aacf74e 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
|
| @@ -427,7 +427,7 @@ class CORE_EXPORT PaintLayerScrollableArea final
|
| IntRect RectForHorizontalScrollbar(const IntRect& border_box_rect) const;
|
| IntRect RectForVerticalScrollbar(const IntRect& border_box_rect) const;
|
|
|
| - FrameViewBase* GetFrameViewBase() override;
|
| + bool ScheduleAnimation() override;
|
| bool ShouldPerformScrollAnchoring() const override;
|
| ScrollAnchor* GetScrollAnchor() override { return &scroll_anchor_; }
|
| bool IsPaintLayerScrollableArea() const override { return true; }
|
|
|