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

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

Issue 212393002: Web Animations API: Ensure timing is updated if a RAF callback makes a player outdated. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove assert. Created 6 years, 9 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/DocumentAnimations.h
diff --git a/Source/core/animation/DocumentAnimations.h b/Source/core/animation/DocumentAnimations.h
index 567174d0550064b710967339a161f4701768ec75..2449bdb13c02a91c3134a8b79e9469b5b8171f72 100644
--- a/Source/core/animation/DocumentAnimations.h
+++ b/Source/core/animation/DocumentAnimations.h
@@ -39,9 +39,10 @@ class Document;
class FrameView;
class Node;
-class DocumentAnimations {
+class DocumentAnimations {
public:
static void updateAnimationTimingForAnimationFrame(Document&, double monotonicAnimationStartTime);
+ static void updateOutdatedAnimationPlayersAfterFrameCallbacks(Document&);
static void updateAnimationTimingForGetComputedStyle(Node&, CSSPropertyID);
static void startPendingAnimations(Document&);
« no previous file with comments | « LayoutTests/web-animations-api/change-in-animation-frame-expected.txt ('k') | Source/core/animation/DocumentAnimations.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698