| Index: Source/core/animation/DocumentTimeline.h
|
| diff --git a/Source/core/animation/DocumentTimeline.h b/Source/core/animation/DocumentTimeline.h
|
| index 25bf8354f807c321398a0f9894ec8fb332deb1ba..2bf58f852c6e59086debfe15d5028aa5a9227cf3 100644
|
| --- a/Source/core/animation/DocumentTimeline.h
|
| +++ b/Source/core/animation/DocumentTimeline.h
|
| @@ -75,6 +75,7 @@ public:
|
| double currentTime();
|
| void pauseAnimationsForTesting(double);
|
| size_t numberOfActiveAnimationsForTesting() const;
|
| + const Vector<RefPtr<Player> >& players() const { return m_players; }
|
|
|
| void addEventToDispatch(EventTarget* target, PassRefPtr<Event> event)
|
| {
|
|
|