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

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

Issue 21012002: Web Animations: Trigger and update CSS Animations backed by the Web Animations model (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Recompute and apply updates to active animations after style resolution. Created 7 years, 5 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
Index: Source/core/animation/Player.h
diff --git a/Source/core/animation/Player.h b/Source/core/animation/Player.h
index 3b4e480536e39ae27a751e5c6e5fb71c7310ec3b..985fb45c32e5b4d3c7f6b80c692dc0f4487c59b8 100644
--- a/Source/core/animation/Player.h
+++ b/Source/core/animation/Player.h
@@ -46,6 +46,7 @@ public:
// Returns whether this player is still current or in effect.
bool update();
+ void cancel();
double currentTime() const;
void setCurrentTime(double);
bool paused() const { return !isNull(m_pauseStartTime); }

Powered by Google App Engine
This is Rietveld 408576698