| Index: sky/engine/core/animation/ActiveAnimations.h
|
| diff --git a/sky/engine/core/animation/ActiveAnimations.h b/sky/engine/core/animation/ActiveAnimations.h
|
| index 33537644cd33b0bff704b27560f830745bc0be1f..5faedc31731d28014e38772d6a2d87cfdcd09a64 100644
|
| --- a/sky/engine/core/animation/ActiveAnimations.h
|
| +++ b/sky/engine/core/animation/ActiveAnimations.h
|
| @@ -71,9 +71,6 @@ public:
|
|
|
| bool isEmpty() const { return m_defaultStack.isEmpty() && m_cssAnimations.isEmpty() && m_players.isEmpty(); }
|
|
|
| - void cancelAnimationOnCompositor();
|
| -
|
| - void updateAnimationFlags(RenderStyle&);
|
| void setAnimationStyleChange(bool animationStyleChange) { m_animationStyleChange = animationStyleChange; }
|
|
|
| void addAnimation(Animation* animation) { m_animations.append(animation); }
|
|
|