| Index: Source/core/animation/DocumentTimeline.h
|
| diff --git a/Source/core/animation/DocumentTimeline.h b/Source/core/animation/DocumentTimeline.h
|
| index 25bf8354f807c321398a0f9894ec8fb332deb1ba..73c9b97d1c5ce45330c008cb934d9dc1ea365557 100644
|
| --- a/Source/core/animation/DocumentTimeline.h
|
| +++ b/Source/core/animation/DocumentTimeline.h
|
| @@ -84,6 +84,8 @@ public:
|
| void dispatchEvents();
|
| void dispatchEventsAsync();
|
|
|
| + const Vector<RefPtr<Player> > players() const { return m_players; }
|
| +
|
| protected:
|
| DocumentTimeline(Document*, PassOwnPtr<PlatformTiming>);
|
|
|
|
|