| Index: Source/core/animation/AnimationEffect.h
|
| diff --git a/Source/core/animation/AnimationEffect.h b/Source/core/animation/AnimationEffect.h
|
| index 7ee089eacf0df6270c0f0eaa5c7f8e17e3474f6b..6d992a1ddd4f873e993ea76c03fb93da449b6f38 100644
|
| --- a/Source/core/animation/AnimationEffect.h
|
| +++ b/Source/core/animation/AnimationEffect.h
|
| @@ -74,6 +74,7 @@ public:
|
| };
|
|
|
| class EventDelegate : public NoBaseWillBeGarbageCollectedFinalized<EventDelegate> {
|
| + WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED(EventDelegate);
|
| public:
|
| virtual ~EventDelegate() { }
|
| virtual bool requiresIterationEvents(const AnimationEffect&) = 0;
|
| @@ -150,6 +151,7 @@ protected:
|
| OwnPtrWillBeMember<EventDelegate> m_eventDelegate;
|
|
|
| mutable struct CalculatedTiming {
|
| + DISALLOW_ALLOCATION();
|
| Phase phase;
|
| double currentIteration;
|
| double timeFraction;
|
|
|