| Index: sky/engine/platform/scroll/ScrollableArea.h
|
| diff --git a/sky/engine/platform/scroll/ScrollableArea.h b/sky/engine/platform/scroll/ScrollableArea.h
|
| index c2cedd84260cedcdef65f5eb2a5c549fd0294191..a97719a321f7bea1892f0387c0f7370b88cccaba 100644
|
| --- a/sky/engine/platform/scroll/ScrollableArea.h
|
| +++ b/sky/engine/platform/scroll/ScrollableArea.h
|
| @@ -175,8 +175,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 scrollAnimatorEnabled() const { return false; }
|
| -
|
| // NOTE: Only called from Internals for testing.
|
| void setScrollOffsetFromInternals(const IntPoint&);
|
|
|
|
|