| Index: cc/animation/layer_animation_controller.cc
|
| diff --git a/cc/animation/layer_animation_controller.cc b/cc/animation/layer_animation_controller.cc
|
| index ef280d67c30f99a96b2127d55021948fcb9b1517..5f7ad261f9dcd395db3dd282065af2b2f572a694 100644
|
| --- a/cc/animation/layer_animation_controller.cc
|
| +++ b/cc/animation/layer_animation_controller.cc
|
| @@ -97,7 +97,7 @@ void LayerAnimationController::SuspendAnimations(double monotonic_time) {
|
| }
|
|
|
| // Looking at GraphicsLayerCA, this appears to be the analog to
|
| -// suspendAnimations, which is for testing.
|
| +// SuspendAnimations, which is for testing.
|
| void LayerAnimationController::ResumeAnimations(double monotonic_time) {
|
| for (size_t i = 0; i < active_animations_.size(); ++i) {
|
| if (active_animations_[i]->run_state() == Animation::Paused)
|
|
|