Chromium Code Reviews| Index: third_party/WebKit/Source/platform/scroll/ScrollAnimator.h |
| diff --git a/third_party/WebKit/Source/platform/scroll/ScrollAnimator.h b/third_party/WebKit/Source/platform/scroll/ScrollAnimator.h |
| index 5d8f20a3f84d00c41494120eae3ec0b660651b00..76443e2c1f6dd18e81d90c6365fda133763d3792 100644 |
| --- a/third_party/WebKit/Source/platform/scroll/ScrollAnimator.h |
| +++ b/third_party/WebKit/Source/platform/scroll/ScrollAnimator.h |
| @@ -65,12 +65,12 @@ public: |
| protected: |
| OwnPtr<WebScrollOffsetAnimationCurve> m_animationCurve; |
| - double m_lastTickTime; |
| double m_startTime; |
| WTF::TimeFunction m_timeFunction; |
| private: |
| FloatPoint desiredTargetPosition() const; |
| + bool registerAndScheduleAnimation(); |
|
jbroman
2015/12/30 20:42:52
nit: It's not obvious what returning true or false
skobes
2015/12/30 20:54:54
Done.
|
| FloatPoint m_targetOffset; |
| }; |