| Index: Source/core/rendering/RenderLayerScrollableArea.h
|
| diff --git a/Source/core/rendering/RenderLayerScrollableArea.h b/Source/core/rendering/RenderLayerScrollableArea.h
|
| index 4ab713697d853f562770b459d0f05cb5ba68f27d..9735a8a8728a3c6846fcb260c66487f511a23ffb 100644
|
| --- a/Source/core/rendering/RenderLayerScrollableArea.h
|
| +++ b/Source/core/rendering/RenderLayerScrollableArea.h
|
| @@ -102,6 +102,8 @@ public:
|
| virtual IntSize contentsSize() const OVERRIDE;
|
| virtual IntSize overhangAmount() const OVERRIDE;
|
| virtual IntPoint lastKnownMousePosition() const OVERRIDE;
|
| + virtual bool scrollAnimatorEnabled() const OVERRIDE;
|
| + virtual bool scheduleAnimation() OVERRIDE;
|
| virtual bool shouldSuspendScrollAnimations() const OVERRIDE;
|
| virtual bool scrollbarsCanBeActive() const OVERRIDE;
|
| virtual IntRect scrollableAreaBoundingBox() const OVERRIDE;
|
|
|