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

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

Issue 177203009: Web Animations CSS: Dispatch all animation events in the animation frame. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Mark flaky virtual/threaded tests. Created 6 years, 10 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 | « LayoutTests/TestExpectations ('k') | Source/core/animation/DocumentAnimations.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/animation/DocumentAnimations.h
diff --git a/Source/core/animation/DocumentAnimations.h b/Source/core/animation/DocumentAnimations.h
index d6b871e0730b53fc89f635ccfa4ce553a9d596c6..567174d0550064b710967339a161f4701768ec75 100644
--- a/Source/core/animation/DocumentAnimations.h
+++ b/Source/core/animation/DocumentAnimations.h
@@ -41,8 +41,6 @@ class Node;
class DocumentAnimations {
public:
- static void dispatchAnimationEvents(Document&);
- static void dispatchAnimationEventsAsync(Document&);
static void updateAnimationTimingForAnimationFrame(Document&, double monotonicAnimationStartTime);
static void updateAnimationTimingForGetComputedStyle(Node&, CSSPropertyID);
static void startPendingAnimations(Document&);
« no previous file with comments | « LayoutTests/TestExpectations ('k') | Source/core/animation/DocumentAnimations.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698