Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(399)

Unified Diff: Source/core/animation/DocumentTimeline.h

Issue 96283002: Web Animations API: Start implementation of Element.animate(). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Move web-animations-api layout tests into LayoutTest. Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>);

Powered by Google App Engine
This is Rietveld 408576698