| Index: sky/engine/platform/scroll/ScrollableArea.cpp
|
| diff --git a/sky/engine/platform/scroll/ScrollableArea.cpp b/sky/engine/platform/scroll/ScrollableArea.cpp
|
| index 39f8aa8ba2f3ec04c46c43eb9fa14cd367661a87..747546efa46d5ce8b5cb9059c95d4e694d4c0ddf 100644
|
| --- a/sky/engine/platform/scroll/ScrollableArea.cpp
|
| +++ b/sky/engine/platform/scroll/ScrollableArea.cpp
|
| @@ -274,12 +274,6 @@ void ScrollableArea::willEndLiveResize()
|
| scrollAnimator->willEndLiveResize();
|
| }
|
|
|
| -void ScrollableArea::contentAreaWillPaint() const
|
| -{
|
| - if (ScrollAnimator* scrollAnimator = existingScrollAnimator())
|
| - scrollAnimator->contentAreaWillPaint();
|
| -}
|
| -
|
| void ScrollableArea::mouseEnteredContentArea() const
|
| {
|
| if (ScrollAnimator* scrollAnimator = existingScrollAnimator())
|
|
|