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

Unified Diff: Source/core/animation/InertAnimation.h

Issue 25079006: Update CSSAnimationUpdate and CSSAnimations to handle multiple animations with a given name (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Minor fixes Created 7 years, 3 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/animation/InertAnimation.h
diff --git a/Source/core/animation/InertAnimation.h b/Source/core/animation/InertAnimation.h
index e6cd2ea7c371e1bc46846c85232c0d5dd7a520d0..6cc2377d8239e6c37d7f4b856ba79f8d08184f8d 100644
--- a/Source/core/animation/InertAnimation.h
+++ b/Source/core/animation/InertAnimation.h
@@ -42,7 +42,7 @@ class InertAnimation FINAL : public TimedItem {
public:
static PassRefPtr<InertAnimation> create(PassRefPtr<AnimationEffect>, const Timing&);
PassOwnPtr<AnimationEffect::CompositableValueMap> sample();
- AnimationEffect* effect() { return m_effect.get(); }
+ AnimationEffect* effect() const { return m_effect.get(); }
protected:
virtual void updateChildrenAndEffects(bool) const OVERRIDE { };
« no previous file with comments | « no previous file | Source/core/animation/css/CSSAnimations.h » ('j') | Source/core/animation/css/CSSAnimations.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698