| Index: Source/core/animation/Animation.h
|
| diff --git a/Source/core/animation/Animation.h b/Source/core/animation/Animation.h
|
| index 2635c9e858819f98be798d26446632d2023f9293..8bdef2ec6e0c026c26d515c84e35fba46f07c834 100644
|
| --- a/Source/core/animation/Animation.h
|
| +++ b/Source/core/animation/Animation.h
|
| @@ -50,6 +50,8 @@ public:
|
| return m_compositableValues.get();
|
| }
|
|
|
| + const AnimationEffect* effect() const { return m_effect.get(); }
|
| +
|
| protected:
|
| virtual void applyEffects(bool previouslyInEffect);
|
| virtual void clearEffects();
|
|
|