| 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 1c2a0e6dbf5c4de11678ddae8f1d098776866926..4a8935793fd59e45e047cdbc05b6a30a7fc062fb 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"
|
| @@ -76,6 +77,8 @@ void DocumentAnimations::UpdateAnimations(
|
| document.View()->ScheduleAnimation();
|
| }
|
|
|
| + document.GetWorkletAnimationController().Update();
|
| +
|
| document.Timeline().ScheduleNextService();
|
| }
|
|
|
|
|