| Index: third_party/WebKit/Source/core/animation/CompositorPendingAnimations.h
|
| diff --git a/third_party/WebKit/Source/core/animation/CompositorPendingAnimations.h b/third_party/WebKit/Source/core/animation/CompositorPendingAnimations.h
|
| index 88a03eecb2a3bb3da31f8b74276425f09d54534e..bce9bc5ac60960f8abfd3eeb48f2148c66368861 100644
|
| --- a/third_party/WebKit/Source/core/animation/CompositorPendingAnimations.h
|
| +++ b/third_party/WebKit/Source/core/animation/CompositorPendingAnimations.h
|
| @@ -60,7 +60,7 @@ public:
|
| DECLARE_TRACE();
|
|
|
| private:
|
| - void timerFired(Timer<CompositorPendingAnimations>*) { update(false); }
|
| + void timerFired(TimerBase*) { update(false); }
|
|
|
| HeapVector<Member<Animation>> m_pending;
|
| HeapVector<Member<Animation>> m_waitingForCompositorAnimationStart;
|
|
|