| Index: cc/animation/element_animations.cc
|
| diff --git a/cc/animation/element_animations.cc b/cc/animation/element_animations.cc
|
| index d6822aedf236311aa1b86ef8bb96d8266ecb31b4..bf8b6b83f4fabf53919518949e4c0a0d41e518bc 100644
|
| --- a/cc/animation/element_animations.cc
|
| +++ b/cc/animation/element_animations.cc
|
| @@ -528,7 +528,7 @@ void ElementAnimations::PushNewAnimationsToImplThread(
|
| element_animations_impl->ScrollOffsetForAnimation();
|
| } else {
|
| // The owning layer isn't yet in the active tree, so the main thread
|
| - // scroll offset will be up-to-date.
|
| + // scroll offset will be up to date.
|
| current_scroll_offset = ScrollOffsetForAnimation();
|
| }
|
| animations_[i]->curve()->ToScrollOffsetAnimationCurve()->SetInitialValue(
|
|
|