| Index: Source/platform/scroll/ScrollableArea.h
|
| diff --git a/Source/platform/scroll/ScrollableArea.h b/Source/platform/scroll/ScrollableArea.h
|
| index 261a63479abeba01d1e21842cd193a7375005251..41f01d4c1c53114899331302659abebf3d479bfe 100644
|
| --- a/Source/platform/scroll/ScrollableArea.h
|
| +++ b/Source/platform/scroll/ScrollableArea.h
|
| @@ -198,6 +198,8 @@ public:
|
| // animations.
|
| bool scheduleAnimation();
|
| void serviceScrollAnimations(double monotonicTime);
|
| + virtual void registerForAnimation() { }
|
| + virtual void deregisterForAnimation() { }
|
|
|
| virtual bool usesCompositedScrolling() const { return false; }
|
|
|
|
|