| Index: Source/core/animation/css/CSSPendingAnimations.h
|
| diff --git a/Source/core/animation/css/CSSPendingAnimations.h b/Source/core/animation/css/CSSPendingAnimations.h
|
| index ae04fc556b37981f3286efa0d86231b1b8944682..c9a3a0f4481e18feaa668995b764d46023ece042 100644
|
| --- a/Source/core/animation/css/CSSPendingAnimations.h
|
| +++ b/Source/core/animation/css/CSSPendingAnimations.h
|
| @@ -48,7 +48,7 @@ public:
|
| void notifyCompositorAnimationStarted(double monotonicAnimationStartTime);
|
|
|
| private:
|
| - Vector<std::pair<RefPtr<Player>, double> > m_pending;
|
| + Vector<RefPtr<Player> > m_pending;
|
| Vector<RefPtr<Player> > m_waitingForCompositorAnimationStart;
|
| };
|
|
|
|
|