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