| Index: third_party/WebKit/Source/core/animation/AnimationStackTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/AnimationStackTest.cpp b/third_party/WebKit/Source/core/animation/AnimationStackTest.cpp
|
| index 95df90666a3f9be70ff652b2ff957037a15b2426..43067ee9031c2e8abf7cf49e177e7b67058ce3ea 100644
|
| --- a/third_party/WebKit/Source/core/animation/AnimationStackTest.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/AnimationStackTest.cpp
|
| @@ -40,11 +40,6 @@ protected:
|
| timeline->serviceAnimations(TimingUpdateForAnimationFrame);
|
| }
|
|
|
| - const HeapVector<Member<SampledEffect>>& effects()
|
| - {
|
| - return element->ensureElementAnimations().animationStack().m_effects;
|
| - }
|
| -
|
| EffectModel* makeEffectModel(CSSPropertyID id, PassRefPtr<AnimatableValue> value)
|
| {
|
| AnimatableValueKeyframeVector keyframes(2);
|
|
|