Index: Source/core/rendering/RenderLayerScrollableArea.h |
diff --git a/Source/core/rendering/RenderLayerScrollableArea.h b/Source/core/rendering/RenderLayerScrollableArea.h |
index 86e8e362ec3c82217b6de6a5bc4b43dda06a2269..af9cf329628f41edbb5f44afd2b7a4a36c49929f 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; |