| Index: third_party/WebKit/Source/core/animation/DocumentAnimations.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/DocumentAnimations.cpp b/third_party/WebKit/Source/core/animation/DocumentAnimations.cpp
|
| index f477e8bda2876cf461b8c4528b93af89179bb8e2..2321828c986b8e5cc1b189d681606595d81d0e5b 100644
|
| --- a/third_party/WebKit/Source/core/animation/DocumentAnimations.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/DocumentAnimations.cpp
|
| @@ -33,6 +33,7 @@
|
| #include "core/animation/AnimationClock.h"
|
| #include "core/animation/CompositorPendingAnimations.h"
|
| #include "core/animation/DocumentTimeline.h"
|
| +#include "core/animation/WorkletAnimationController.h"
|
| #include "core/dom/Document.h"
|
| #include "core/dom/Element.h"
|
| #include "core/dom/Node.h"
|
| @@ -77,6 +78,8 @@ void DocumentAnimations::UpdateAnimations(
|
| document.View()->ScheduleAnimation();
|
| }
|
|
|
| + document.GetWorkletAnimationController().Update();
|
| +
|
| document.Timeline().ScheduleNextService();
|
| }
|
|
|
|
|