| 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 20d7ffb32e0acdf5ea51193d09758a024d3afee8..d4a5f912a6ce68f6b057a06195e75ae994288e30 100644
|
| --- a/third_party/WebKit/Source/core/animation/CompositorPendingAnimations.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/CompositorPendingAnimations.cpp
|
| @@ -71,7 +71,8 @@ bool CompositorPendingAnimations::update(bool startOnCompositor) {
|
|
|
| for (auto& animation : animations) {
|
| bool hadCompositorAnimation = animation->hasActiveAnimationsOnCompositor();
|
| - // Animations with a start time do not participate in compositor start-time grouping.
|
| + // Animations with a start time do not participate in compositor start-time
|
| + // grouping.
|
| if (animation->preCommit(animation->hasStartTime() ? 1 : compositorGroup,
|
| startOnCompositor)) {
|
| if (animation->hasActiveAnimationsOnCompositor() &&
|
|
|