| Index: third_party/WebKit/Source/core/animation/EffectStack.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/EffectStack.cpp b/third_party/WebKit/Source/core/animation/EffectStack.cpp
|
| index e136381f5c9bec9183c5e47bd052847957d640ce..f26519e6df92664738b8318a49bde15b81e39201 100644
|
| --- a/third_party/WebKit/Source/core/animation/EffectStack.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/EffectStack.cpp
|
| @@ -88,7 +88,7 @@ void copyNewAnimationsToActiveInterpolationsMap(
|
| EffectStack::EffectStack() {}
|
|
|
| bool EffectStack::hasActiveAnimationsOnCompositor(
|
| - CSSPropertyID property) const {
|
| + const PropertyHandle& property) const {
|
| for (const auto& sampledEffect : m_sampledEffects) {
|
| // TODO(dstockwell): move the playing check into AnimationEffectReadOnly and
|
| // expose both hasAnimations and hasActiveAnimations
|
|
|