| Index: Source/core/animation/Player.h
|
| diff --git a/Source/core/animation/Player.h b/Source/core/animation/Player.h
|
| index 985fb45c32e5b4d3c7f6b80c692dc0f4487c59b8..84ea0e49967476deeb1fd416a8c4d884f773db6b 100644
|
| --- a/Source/core/animation/Player.h
|
| +++ b/Source/core/animation/Player.h
|
| @@ -56,6 +56,7 @@ public:
|
| double startTime() const { return m_startTime; }
|
| double timeDrift() const;
|
| DocumentTimeline* timeline() { return m_timeline; }
|
| + TimedItem* source() { return m_content.get(); }
|
|
|
| private:
|
| Player(DocumentTimeline*, TimedItem*);
|
|
|