| Index: Source/core/animation/CompositorPendingAnimations.h
|
| diff --git a/Source/core/animation/CompositorPendingAnimations.h b/Source/core/animation/CompositorPendingAnimations.h
|
| index b7660f277b01fb258566ca3a527f444ef93f0354..e9163f42e2988c8a64ffa156667747487ab905cb 100644
|
| --- a/Source/core/animation/CompositorPendingAnimations.h
|
| +++ b/Source/core/animation/CompositorPendingAnimations.h
|
| @@ -55,6 +55,7 @@ public:
|
| // Returns whether we are waiting for an animation to start and should
|
| // service again on the next frame.
|
| bool update(bool startOnCompositor = true);
|
| + void notifyAnimationStarted(double monotonicAnimationStartTime, bool startedOnCompositor);
|
| void notifyCompositorAnimationStarted(double monotonicAnimationStartTime);
|
|
|
| void trace(Visitor*);
|
|
|