| Index: third_party/WebKit/Source/core/animation/AnimationStack.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/AnimationStack.cpp b/third_party/WebKit/Source/core/animation/AnimationStack.cpp
|
| index 0e9abee334ff0609d78394e1013f6ec04d7f46ba..5bfbff081c97a93057f03a93f1610dec9193bc4f 100644
|
| --- a/third_party/WebKit/Source/core/animation/AnimationStack.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/AnimationStack.cpp
|
| @@ -90,7 +90,8 @@ AnimationStack::AnimationStack() {}
|
| bool AnimationStack::hasActiveAnimationsOnCompositor(
|
| CSSPropertyID property) const {
|
| for (const auto& sampledEffect : m_sampledEffects) {
|
| - // TODO(dstockwell): move the playing check into AnimationEffectReadOnly and expose both hasAnimations and hasActiveAnimations
|
| + // TODO(dstockwell): move the playing check into AnimationEffectReadOnly and
|
| + // expose both hasAnimations and hasActiveAnimations
|
| if (sampledEffect->effect() &&
|
| sampledEffect->effect()->animation()->playing() &&
|
| sampledEffect->effect()->hasActiveAnimationsOnCompositor(property))
|
|
|