| Index: Source/core/animation/Player.h
|
| diff --git a/Source/core/animation/Player.h b/Source/core/animation/Player.h
|
| index bd55fef253f04d3769890a722b570bda6d878e38..acfc2ab22b6a21d4ad0d85bf1cb46d1ae3750a63 100644
|
| --- a/Source/core/animation/Player.h
|
| +++ b/Source/core/animation/Player.h
|
| @@ -77,6 +77,7 @@ public:
|
| double startTime() const { return m_startTime; }
|
| void setStartTime(double);
|
|
|
| + const TimedItem* source() const { return m_content.get(); }
|
| TimedItem* source() { return m_content.get(); }
|
| TimedItem* source(bool& isNull) { isNull = !m_content; return m_content.get(); }
|
| void setSource(TimedItem*);
|
|
|