| Index: Source/core/animation/Player.h
|
| diff --git a/Source/core/animation/Player.h b/Source/core/animation/Player.h
|
| index b4b4d81c1a9e7f2a5efb6657b73e4704984a95f0..fc1d5cf68b8acb5332ff056182d36cb6c88d5265 100644
|
| --- a/Source/core/animation/Player.h
|
| +++ b/Source/core/animation/Player.h
|
| @@ -75,11 +75,16 @@ public:
|
| // Reflects all pausing, including via pauseForTesting().
|
| bool pausedInternal() const { return !isNull(m_pauseStartTime); }
|
|
|
| + bool maybeStartCompositorAnimations();
|
| + void cancelCompositorAnimations();
|
| +
|
| private:
|
| Player(DocumentTimeline&, TimedItem*);
|
| inline double pausedTimeDrift() const;
|
| inline double currentTimeBeforeDrift() const;
|
|
|
| + bool isRunningCompositorAnimations();
|
| +
|
| void setPausedImpl(bool);
|
|
|
| double m_pauseStartTime;
|
|
|