| Index: sky/engine/platform/scroll/ScrollableArea.h
|
| diff --git a/sky/engine/platform/scroll/ScrollableArea.h b/sky/engine/platform/scroll/ScrollableArea.h
|
| index 777b9ad056d679ed06062617928a5d2bc57854b8..8816828b8394a08587f511d28f63f1859b6a8a8a 100644
|
| --- a/sky/engine/platform/scroll/ScrollableArea.h
|
| +++ b/sky/engine/platform/scroll/ScrollableArea.h
|
| @@ -178,8 +178,6 @@ public:
|
| // Returns the bounding box of this scrollable area, in the coordinate system of the enclosing scroll view.
|
| virtual IntRect scrollableAreaBoundingBox() const = 0;
|
|
|
| - virtual bool isRubberBandInProgress() const { return false; }
|
| -
|
| virtual bool scrollAnimatorEnabled() const { return false; }
|
|
|
| // NOTE: Only called from Internals for testing.
|
|
|