Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(710)

Unified Diff: third_party/WebKit/Source/core/animation/AnimationTimelineTest.cpp

Issue 2384263003: Reflow comments in core/animation and subdirs (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698