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

Unified Diff: Source/core/page/animation/AnimationControllerPrivate.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/AnimationControllerPrivate.h
diff --git a/Source/core/page/animation/AnimationControllerPrivate.h b/Source/core/page/animation/AnimationControllerPrivate.h
index cccc719167ca0d6980e7ce093337d47cc6cfaa80..f4d7d954be51433544fd4d1c116624ec473fb5ba 100644
--- a/Source/core/page/animation/AnimationControllerPrivate.h
+++ b/Source/core/page/animation/AnimationControllerPrivate.h
@@ -85,8 +85,7 @@ public:
bool isRunningAnimationOnRenderer(RenderObject*, CSSPropertyID, bool isRunningNow) const;
bool isRunningAcceleratedAnimationOnRenderer(RenderObject*, CSSPropertyID, bool isRunningNow) const;
- bool pauseAnimationAtTime(RenderObject*, const AtomicString& name, double t);
- bool pauseTransitionAtTime(RenderObject*, const String& property, double t);
+ void pauseAnimationsForTesting(double t);
unsigned numberOfActiveAnimations(Document*) const;
PassRefPtr<RenderStyle> getAnimatedStyleForRenderer(RenderObject* renderer);
« no previous file with comments | « Source/core/page/animation/AnimationController.cpp ('k') | Source/core/page/animation/CSSPropertyAnimation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698