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 61742d3ca0799c6ddf73ccc705a571e98b33a201..f3a06c5092e6629e3fb8ec3329d5479057c2f713 100644 |
--- a/third_party/WebKit/Source/platform/scroll/ScrollAnimator.cpp |
+++ b/third_party/WebKit/Source/platform/scroll/ScrollAnimator.cpp |
@@ -267,6 +267,7 @@ bool ScrollAnimator::sendAnimationToCompositor() |
void ScrollAnimator::updateCompositorAnimations() |
{ |
+ ScrollAnimatorCompositorCoordinator::updateCompositorAnimations(); |
if (m_runState == RunState::PostAnimationCleanup) { |
postAnimationCleanupAndReset(); |
return; |