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

Unified Diff: Source/core/animation/AnimationTest.cpp

Issue 717003002: Animations: Allow document animation timelines to have a playback rate (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month 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
« no previous file with comments | « no previous file | Source/core/animation/AnimationTimeline.h » ('j') | Source/core/animation/AnimationTimeline.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/animation/AnimationTest.cpp
diff --git a/Source/core/animation/AnimationTest.cpp b/Source/core/animation/AnimationTest.cpp
index f6c6bbe365c6c4ce8459592129af36c52f6378b6..22ae0335683ec9dfd09e27158a07e39a3bc4a1ca 100644
--- a/Source/core/animation/AnimationTest.cpp
+++ b/Source/core/animation/AnimationTest.cpp
@@ -28,6 +28,7 @@ protected:
, element(document.createElement("foo", ASSERT_NO_EXCEPTION))
{
document.animationClock().resetTimeForTesting(document.timeline().zeroTime());
+
dstockwell 2014/11/12 03:39:42 Remove stray blank line.
samli 2014/11/12 20:01:13 Done.
EXPECT_EQ(0, document.timeline().currentTime());
}
« no previous file with comments | « no previous file | Source/core/animation/AnimationTimeline.h » ('j') | Source/core/animation/AnimationTimeline.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698