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

Unified Diff: Source/core/page/animation/AnimationController.h

Issue 14556022: Simplify animation testing API (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 7 years, 7 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: Source/core/page/animation/AnimationController.h
diff --git a/Source/core/page/animation/AnimationController.h b/Source/core/page/animation/AnimationController.h
index 083b1d4338c6bbe0089821a024f3160c837d65ab..34151c9137aa913ca45a3f36752ec17bf1d8902b 100644
--- a/Source/core/page/animation/AnimationController.h
+++ b/Source/core/page/animation/AnimationController.h
@@ -56,8 +56,7 @@ public:
// This is called when an accelerated animation or transition has actually started to animate.
void notifyAnimationStarted(RenderObject*, double startTime);
- bool pauseAnimationAtTime(RenderObject*, const AtomicString& name, double t); // To be used only for testing
- bool pauseTransitionAtTime(RenderObject*, const String& property, double t); // To be used only for testing
+ void pauseAnimationsForTesting(double t);
unsigned numberOfActiveAnimations(Document*) const; // To be used only for testing
bool isRunningAnimationOnRenderer(RenderObject*, CSSPropertyID, bool isRunningNow = true) const;
« no previous file with comments | « LayoutTests/transitions/transition-hit-test-transform.html ('k') | Source/core/page/animation/AnimationController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698