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

Unified Diff: cc/animation/layer_animation_controller.h

Issue 13613003: cc: Make animations tick regardless of drawing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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: cc/animation/layer_animation_controller.h
diff --git a/cc/animation/layer_animation_controller.h b/cc/animation/layer_animation_controller.h
index 866377f2eb9158771c200f5b752b38c12d73d128..0b74bcc4e211643d1efd96ca1245c815120cb98f 100644
--- a/cc/animation/layer_animation_controller.h
+++ b/cc/animation/layer_animation_controller.h
@@ -101,7 +101,7 @@ class CC_EXPORT LayerAnimationController
void PushNewAnimationsToImplThread(
LayerAnimationController* controller_impl) const;
- void RemoveAnimationsCompletedOnMainThread(
+ void FinishAnimationsCompletedOnMainThread(
LayerAnimationController* controller_impl) const;
void PushPropertiesToImplThread(
LayerAnimationController* controller_impl) const;
« no previous file with comments | « no previous file | cc/animation/layer_animation_controller.cc » ('j') | cc/animation/layer_animation_controller.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698