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

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

Issue 962793008: Rename startPendingAnimations to updateCompositorAnimations (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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 | « no previous file | 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 a5ee5f2f968e418c7d4536fd6e0c02b80191ec71..d3f6a2247c05fdbab6045e38ac5e035c0ca09097 100644
--- a/Source/core/animation/DocumentAnimations.h
+++ b/Source/core/animation/DocumentAnimations.h
@@ -44,7 +44,7 @@ public:
static bool needsOutdatedAnimationPlayerUpdate(const Document&);
static void updateAnimationTimingIfNeeded(Document&);
static void updateAnimationTimingForGetComputedStyle(Node&, CSSPropertyID);
- static void startPendingAnimations(Document&);
+ static void updateCompositorAnimations(Document&);
private:
DocumentAnimations() { }
« no previous file with comments | « no previous file | Source/core/animation/DocumentAnimations.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698