| Index: third_party/WebKit/Source/platform/scroll/ProgrammaticScrollAnimator.cpp
|
| diff --git a/third_party/WebKit/Source/platform/scroll/ProgrammaticScrollAnimator.cpp b/third_party/WebKit/Source/platform/scroll/ProgrammaticScrollAnimator.cpp
|
| index 437bee38681c0dd871c04818285008f2721062fb..b98713e6690392f036d24218853230b06c0e4d87 100644
|
| --- a/third_party/WebKit/Source/platform/scroll/ProgrammaticScrollAnimator.cpp
|
| +++ b/third_party/WebKit/Source/platform/scroll/ProgrammaticScrollAnimator.cpp
|
| @@ -121,6 +121,9 @@ void ProgrammaticScrollAnimator::updateCompositorAnimations()
|
| }
|
|
|
| if (m_runState == RunState::WaitingToSendToCompositor) {
|
| + if (!m_compositorAnimationAttachedToLayerId)
|
| + reattachCompositorPlayerIfNeeded(getScrollableArea()->compositorAnimationTimeline());
|
| +
|
| bool sentToCompositor = false;
|
|
|
| if (!m_scrollableArea->shouldScrollOnMainThread()) {
|
|
|