| Index: Source/core/animation/Animation.h
|
| diff --git a/Source/core/animation/Animation.h b/Source/core/animation/Animation.h
|
| index 0c60f8eb1cc68405816c6c4ce9cae7208cc5854d..e4f1456bab8a0bef80c7d667908127ecd0fc03ae 100644
|
| --- a/Source/core/animation/Animation.h
|
| +++ b/Source/core/animation/Animation.h
|
| @@ -56,6 +56,7 @@ public:
|
| bool affects(CSSPropertyID) const;
|
| const AnimationEffect* effect() const { return m_effect.get(); }
|
| Priority priority() const { return m_priority; }
|
| + Element* target() { return m_target.get(); }
|
|
|
| bool isCandidateForAnimationOnCompositor() const;
|
| // Must only be called once and assumes to be part of a player without a start time.
|
|
|