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 6a054389e7a9148e1ec8653addc18eed45a3a0d1..4791dba24949ece23ae9d1f80205c1d51bb57b3f 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; |