| Index: third_party/WebKit/Source/core/animation/AnimationStack.h
|
| diff --git a/third_party/WebKit/Source/core/animation/AnimationStack.h b/third_party/WebKit/Source/core/animation/AnimationStack.h
|
| index 1cc6216d849f95aa3c7655b31203f7dbf5e41e21..453caaef83d27aa7c82f74e2073c7dd450b0d59e 100644
|
| --- a/third_party/WebKit/Source/core/animation/AnimationStack.h
|
| +++ b/third_party/WebKit/Source/core/animation/AnimationStack.h
|
| @@ -66,7 +66,7 @@ public:
|
| DECLARE_TRACE();
|
|
|
| private:
|
| - void removeClearedSampledEffects();
|
| + void removeRedundantSampledEffects();
|
|
|
| // Effects sorted by priority. Lower priority at the start of the list.
|
| HeapVector<Member<SampledEffect>> m_sampledEffects;
|
|
|