| Index: Source/core/animation/CompositorPendingAnimations.h
|
| diff --git a/Source/core/animation/CompositorPendingAnimations.h b/Source/core/animation/CompositorPendingAnimations.h
|
| index dde206314b43909c0f9e48844f8b4335d1cb8c00..5c18612abe4a9c07e60dfb6342caf2924f1efddc 100644
|
| --- a/Source/core/animation/CompositorPendingAnimations.h
|
| +++ b/Source/core/animation/CompositorPendingAnimations.h
|
| @@ -63,8 +63,8 @@ public:
|
| private:
|
| void timerFired(Timer<CompositorPendingAnimations>*) { update(false); }
|
|
|
| - WillBeHeapVector<RefPtrWillBeMember<AnimationPlayer> > m_pending;
|
| - WillBeHeapVector<RefPtrWillBeMember<AnimationPlayer> > m_waitingForCompositorAnimationStart;
|
| + WillBeHeapVector<RefPtrWillBeMember<AnimationPlayer>> m_pending;
|
| + WillBeHeapVector<RefPtrWillBeMember<AnimationPlayer>> m_waitingForCompositorAnimationStart;
|
| Timer<CompositorPendingAnimations> m_timer;
|
| int m_compositorGroup;
|
| };
|
|
|