| 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 b5e6e990f28f968bc6fc5e689546e37c2ef6fbd9..7133299441b9842b2ae372a9f19753bf92b6017e 100644
|
| --- a/third_party/WebKit/Source/core/animation/AnimationTimelineTest.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/AnimationTimelineTest.cpp
|
| @@ -315,7 +315,8 @@ TEST_F(AnimationAnimationTimelineTest, DelayBeforeAnimationStart) {
|
|
|
| timeline->play(keyframeEffect);
|
|
|
| - // TODO: Put the animation startTime in the future when we add the capability to change animation startTime
|
| + // TODO: Put the animation startTime in the future when we add the capability
|
| + // to change animation startTime
|
| EXPECT_CALL(*platformTiming, wakeAfter(timing.startDelay - minimumDelay()));
|
| updateClockAndService(0);
|
|
|
|
|