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

Unified Diff: Source/core/page/animation/CompositeAnimation.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/CompositeAnimation.h
diff --git a/Source/core/page/animation/CompositeAnimation.h b/Source/core/page/animation/CompositeAnimation.h
index 0720ce2e588dd4d7b802ed00b1b4d6036c219ff6..6d05bef220f6cfc1e6ee3d799fc1d7f6ed440a78 100644
--- a/Source/core/page/animation/CompositeAnimation.h
+++ b/Source/core/page/animation/CompositeAnimation.h
@@ -75,8 +75,7 @@ public:
void overrideImplicitAnimations(CSSPropertyID);
void resumeOverriddenImplicitAnimations(CSSPropertyID);
- bool pauseAnimationAtTime(const AtomicString& name, double t);
- bool pauseTransitionAtTime(CSSPropertyID, double);
+ void pauseAnimationsForTesting(double t);
unsigned numberOfActiveAnimations() const;
private:
« no previous file with comments | « Source/core/page/animation/CSSPropertyAnimation.cpp ('k') | Source/core/page/animation/CompositeAnimation.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698