| Index: third_party/WebKit/Source/core/animation/EffectStack.h
|
| diff --git a/third_party/WebKit/Source/core/animation/EffectStack.h b/third_party/WebKit/Source/core/animation/EffectStack.h
|
| index 0b00f671f7ff6d08b31b0ef252944531d73e2660..ed62d71c6c0f383aec315aa334a4c120fc6d5fc1 100644
|
| --- a/third_party/WebKit/Source/core/animation/EffectStack.h
|
| +++ b/third_party/WebKit/Source/core/animation/EffectStack.h
|
| @@ -60,7 +60,7 @@ class CORE_EXPORT EffectStack {
|
| m_sampledEffects.push_back(sampledEffect);
|
| }
|
| bool isEmpty() const { return m_sampledEffects.isEmpty(); }
|
| - bool hasActiveAnimationsOnCompositor(CSSPropertyID) const;
|
| + bool hasActiveAnimationsOnCompositor(const PropertyHandle&) const;
|
|
|
| using PropertyHandleFilter = bool (*)(const PropertyHandle&);
|
| bool affectsProperties(PropertyHandleFilter) const;
|
|
|