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

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

Issue 26382004: Web Animations CSS: Implement CSS Transitions backed on Web Animations model (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: update testexpectations and friends Created 7 years, 2 months 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
« no previous file with comments | « Source/core/animation/Animation.h ('k') | Source/core/animation/css/CSSAnimations.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/animation/Player.h
diff --git a/Source/core/animation/Player.h b/Source/core/animation/Player.h
index 985fb45c32e5b4d3c7f6b80c692dc0f4487c59b8..84ea0e49967476deeb1fd416a8c4d884f773db6b 100644
--- a/Source/core/animation/Player.h
+++ b/Source/core/animation/Player.h
@@ -56,6 +56,7 @@ public:
double startTime() const { return m_startTime; }
double timeDrift() const;
DocumentTimeline* timeline() { return m_timeline; }
+ TimedItem* source() { return m_content.get(); }
private:
Player(DocumentTimeline*, TimedItem*);
« no previous file with comments | « Source/core/animation/Animation.h ('k') | Source/core/animation/css/CSSAnimations.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698