| Index: sky/engine/platform/scroll/ScrollableArea.h
|
| diff --git a/sky/engine/platform/scroll/ScrollableArea.h b/sky/engine/platform/scroll/ScrollableArea.h
|
| index e0b700f6c64173589ada15e2eeaea81db011aabf..0eb0ef4a4078ff8b873c19f26bdd473e1d081287 100644
|
| --- a/sky/engine/platform/scroll/ScrollableArea.h
|
| +++ b/sky/engine/platform/scroll/ScrollableArea.h
|
| @@ -124,11 +124,6 @@ public:
|
|
|
| IntPoint clampScrollPosition(const IntPoint&) const;
|
|
|
| - // Let subclasses provide a way of asking for and servicing scroll
|
| - // animations.
|
| - bool scheduleAnimation();
|
| - void serviceScrollAnimations(double monotonicTime);
|
| -
|
| // Returns true if the GraphicsLayer tree needs to be rebuilt.
|
| virtual bool updateAfterCompositingChange() = 0;
|
|
|
|
|