| Index: Source/platform/scroll/ScrollAnimator.h
|
| diff --git a/Source/platform/scroll/ScrollAnimator.h b/Source/platform/scroll/ScrollAnimator.h
|
| index 7aa38dd4ef6ad0117a9483017bf74ffda90a2ec3..be6d8bd21caf9498715c1987b984a76ab3e71a39 100644
|
| --- a/Source/platform/scroll/ScrollAnimator.h
|
| +++ b/Source/platform/scroll/ScrollAnimator.h
|
| @@ -57,7 +57,7 @@ public:
|
| // class implementation always scrolls immediately, never animates.
|
| virtual ScrollResultOneDimensional userScroll(ScrollbarOrientation, ScrollGranularity, float step, float delta);
|
|
|
| - virtual void scrollToOffsetWithoutAnimation(const FloatPoint&, ScrollType);
|
| + virtual void scrollToOffsetWithoutAnimation(const FloatPoint&);
|
|
|
| ScrollableArea* scrollableArea() const { return m_scrollableArea; }
|
|
|
| @@ -103,7 +103,7 @@ public:
|
| protected:
|
| explicit ScrollAnimator(ScrollableArea*);
|
|
|
| - virtual void notifyPositionChanged(ScrollType);
|
| + virtual void notifyPositionChanged();
|
|
|
| ScrollableArea* m_scrollableArea;
|
| float m_currentPosX; // We avoid using a FloatPoint in order to reduce
|
|
|