| Index: third_party/WebKit/Source/core/animation/CompositorPendingAnimations.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/CompositorPendingAnimations.cpp b/third_party/WebKit/Source/core/animation/CompositorPendingAnimations.cpp
|
| index 68d365ff4d960836c6585c89f08fdf950eee97a1..c86e85c73620c5c41ac2cec44be0f42c88e0cb85 100644
|
| --- a/third_party/WebKit/Source/core/animation/CompositorPendingAnimations.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/CompositorPendingAnimations.cpp
|
| @@ -90,7 +90,7 @@ bool CompositorPendingAnimations::update(bool startOnCompositor) {
|
| }
|
|
|
| // If any synchronized animations were started on the compositor, all
|
| - // remaning synchronized animations need to wait for the synchronized
|
| + // remaining synchronized animations need to wait for the synchronized
|
| // start time. Otherwise they may start immediately.
|
| if (startedSynchronizedOnCompositor) {
|
| for (auto& animation : waitingForStartTime) {
|
|
|