| 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 a122a07f6561ec31534d1a61482aeebe570870b1..17fc2f269839f000309b55800d3e42d1a700f0a9 100644
|
| --- a/third_party/WebKit/Source/core/animation/EffectStack.h
|
| +++ b/third_party/WebKit/Source/core/animation/EffectStack.h
|
| @@ -63,7 +63,6 @@
|
| bool hasActiveAnimationsOnCompositor(CSSPropertyID) const;
|
|
|
| using PropertyHandleFilter = bool (*)(const PropertyHandle&);
|
| - bool affectsProperties(PropertyHandleFilter) const;
|
| static ActiveInterpolationsMap activeInterpolations(
|
| EffectStack*,
|
| const HeapVector<Member<const InertEffect>>* newAnimations,
|
|
|