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

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

Issue 1113173003: Web Animations: Update naming to reflect spec changes (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: No, really. Created 5 years, 7 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/ComputedTimingProperties.idl ('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 d3f6a2247c05fdbab6045e38ac5e035c0ca09097..3116855d1d358776b5fb8432fda7bfef76f301d9 100644
--- a/Source/core/animation/DocumentAnimations.h
+++ b/Source/core/animation/DocumentAnimations.h
@@ -41,7 +41,7 @@ class Node;
class DocumentAnimations {
public:
static void updateAnimationTimingForAnimationFrame(Document&, double monotonicAnimationStartTime);
- static bool needsOutdatedAnimationPlayerUpdate(const Document&);
+ static bool needsOutdatedAnimationUpdate(const Document&);
static void updateAnimationTimingIfNeeded(Document&);
static void updateAnimationTimingForGetComputedStyle(Node&, CSSPropertyID);
static void updateCompositorAnimations(Document&);
« no previous file with comments | « Source/core/animation/ComputedTimingProperties.idl ('k') | Source/core/animation/DocumentAnimations.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698