| Index: third_party/WebKit/Source/core/animation/AnimationTimelineTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/AnimationTimelineTest.cpp b/third_party/WebKit/Source/core/animation/AnimationTimelineTest.cpp
|
| index 7133299441b9842b2ae372a9f19753bf92b6017e..e0ba6e30f4df0029afd651c03418da74cff9b227 100644
|
| --- a/third_party/WebKit/Source/core/animation/AnimationTimelineTest.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/AnimationTimelineTest.cpp
|
| @@ -76,7 +76,8 @@ class AnimationAnimationTimelineTest : public ::testing::Test {
|
|
|
| void updateClockAndService(double time) {
|
| document->animationClock().updateTime(time);
|
| - document->compositorPendingAnimations().update(false);
|
| + document->compositorPendingAnimations().update(
|
| + Optional<CompositorElementIdSet>(), false);
|
| timeline->serviceAnimations(TimingUpdateForAnimationFrame);
|
| timeline->scheduleNextService();
|
| }
|
|
|