Index: Source/core/rendering/RenderLayerScrollableArea.h |
diff --git a/Source/core/rendering/RenderLayerScrollableArea.h b/Source/core/rendering/RenderLayerScrollableArea.h |
index 264fcc403607fea9d52a65c83918ee210f5b60d1..a41bbde523280f4fa221d21f8d2f8b20dc6aa6ee 100644 |
--- a/Source/core/rendering/RenderLayerScrollableArea.h |
+++ b/Source/core/rendering/RenderLayerScrollableArea.h |
@@ -98,8 +98,6 @@ 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; |