| Index: Source/core/animation/AnimationStack.h
|
| diff --git a/Source/core/animation/AnimationStack.h b/Source/core/animation/AnimationStack.h
|
| index 6b0bd5f4050f9fb6faba078418884fa9194179af..997bd70e781df4f381096bdc52bc034baaa32691 100644
|
| --- a/Source/core/animation/AnimationStack.h
|
| +++ b/Source/core/animation/AnimationStack.h
|
| @@ -58,7 +58,6 @@ public:
|
| DECLARE_TRACE();
|
|
|
| private:
|
| - void simplifyEffects();
|
| // Effects sorted by priority. Lower priority at the start of the list.
|
| WillBeHeapVector<OwnPtrWillBeMember<SampledEffect> > m_effects;
|
|
|
|
|