| Index: third_party/WebKit/Source/core/animation/EffectStackTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/EffectStackTest.cpp b/third_party/WebKit/Source/core/animation/EffectStackTest.cpp
|
| index cafe00eebf8162ebf44038c0db005f8d83a1f442..6290a8b079dc0688f2851fa9a3b92ab6db5f41f5 100644
|
| --- a/third_party/WebKit/Source/core/animation/EffectStackTest.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/EffectStackTest.cpp
|
| @@ -175,7 +175,8 @@ TEST_F(AnimationEffectStackTest, ForwardsFillDiscarding) {
|
| play(makeKeyframeEffect(
|
| makeEffectModel(CSSPropertyFontSize, AnimatableDouble::create(3))),
|
| 4);
|
| - document->compositorPendingAnimations().update();
|
| + document->compositorPendingAnimations().update(
|
| + Optional<CompositorElementIdSet>());
|
| ActiveInterpolationsMap interpolations;
|
|
|
| updateTimeline(11);
|
|
|