| Index: Source/core/animation/CompositorPendingAnimations.h
|
| diff --git a/Source/core/animation/CompositorPendingAnimations.h b/Source/core/animation/CompositorPendingAnimations.h
|
| index fc9aaa0130a1e09f438243adc1c1f34e716aa6e0..dde206314b43909c0f9e48844f8b4335d1cb8c00 100644
|
| --- a/Source/core/animation/CompositorPendingAnimations.h
|
| +++ b/Source/core/animation/CompositorPendingAnimations.h
|
| @@ -58,7 +58,7 @@ public:
|
| bool update(bool startOnCompositor = true);
|
| void notifyCompositorAnimationStarted(double monotonicAnimationStartTime, int compositorGroup = 0);
|
|
|
| - void trace(Visitor*);
|
| + DECLARE_TRACE();
|
|
|
| private:
|
| void timerFired(Timer<CompositorPendingAnimations>*) { update(false); }
|
|
|