| Index: Source/core/animation/Player.h
|
| diff --git a/Source/core/animation/Player.h b/Source/core/animation/Player.h
|
| index 737ebda7fcd5b8884ba6ac4c3ca30a1207e9a339..ccebee1d4a5890666a1c8737ba4a3ef1c2521cba 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*);
|
|
|