Index: Source/platform/scroll/ScrollAnimator.h |
diff --git a/Source/platform/scroll/ScrollAnimator.h b/Source/platform/scroll/ScrollAnimator.h |
index dc38615eac9d5255cf080010af5e5eb3285ab417..eebeea5c3c1115fa00e2f1a258cab24d8840c419 100644 |
--- a/Source/platform/scroll/ScrollAnimator.h |
+++ b/Source/platform/scroll/ScrollAnimator.h |
@@ -104,7 +104,7 @@ public: |
protected: |
explicit ScrollAnimator(ScrollableArea*); |
- virtual void notifyPositionChanged(const FloatSize& delta); |
+ virtual void notifyPositionChanged(); |
ScrollableArea* m_scrollableArea; |
float m_currentPosX; // We avoid using a FloatPoint in order to reduce |