| 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 af2105cb714655381f9de9dad4c85abc86d6cf71..f60cff8714aa948da880b1c47baf88153e15cabd 100644
|
| --- a/third_party/WebKit/Source/core/animation/EffectStackTest.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/EffectStackTest.cpp
|
| @@ -29,7 +29,7 @@ class AnimationEffectStackTest : public ::testing::Test {
|
|
|
| Animation* Play(KeyframeEffect* effect, double start_time) {
|
| Animation* animation = timeline->Play(effect);
|
| - animation->setStartTime(start_time * 1000);
|
| + animation->setStartTime(start_time * 1000, false);
|
| animation->Update(kTimingUpdateOnDemand);
|
| return animation;
|
| }
|
|
|