Index: third_party/WebKit/Source/platform/scroll/ScrollAnimator.cpp |
diff --git a/third_party/WebKit/Source/platform/scroll/ScrollAnimator.cpp b/third_party/WebKit/Source/platform/scroll/ScrollAnimator.cpp |
index ab02ae1b29876a54f6bf9a60375de1bec3c4b0fc..b0cbc0ddd7dfa573a8861e5d5f217634e5d5a8b7 100644 |
--- a/third_party/WebKit/Source/platform/scroll/ScrollAnimator.cpp |
+++ b/third_party/WebKit/Source/platform/scroll/ScrollAnimator.cpp |
@@ -112,6 +112,9 @@ ScrollResult ScrollAnimator::userScroll( |
return ScrollAnimatorBase::userScroll(granularity, delta); |
} |
+ if (m_runState == RunState::PostAnimationCleanup) |
+ resetAnimationState(); |
ajuma
2016/03/29 18:41:57
What happens to the actual cleanup (specifically,
ymalik
2016/03/29 19:42:17
That's a good point (though that's a separate issu
|
+ |
FloatSize consumedDelta = computeDeltaToConsume(delta); |
FloatPoint targetPos = desiredTargetPosition(); |