| Index: Source/platform/scroll/ScrollAnimatorNone.h
|
| diff --git a/Source/platform/scroll/ScrollAnimatorNone.h b/Source/platform/scroll/ScrollAnimatorNone.h
|
| index 500d0e967f56d49ef0a9713db24843693f50dd56..d5f60d3c8a2eda4acd1845d83c4cd42439e16387 100644
|
| --- a/Source/platform/scroll/ScrollAnimatorNone.h
|
| +++ b/Source/platform/scroll/ScrollAnimatorNone.h
|
| @@ -92,7 +92,7 @@ protected:
|
| friend class ::ScrollAnimatorNoneTest;
|
|
|
| struct PLATFORM_EXPORT PerAxisData {
|
| - PerAxisData(ScrollAnimatorNone* parent, float* currentPos, int visibleLength);
|
| + PerAxisData(float* currentPos, int visibleLength);
|
| void reset();
|
| bool updateDataFromParameters(float step, float delta, float scrollableSize, double currentTime, Parameters*);
|
| bool animateScroll(double currentTime);
|
|
|