| Index: sky/engine/core/animation/Animation.h
|
| diff --git a/sky/engine/core/animation/Animation.h b/sky/engine/core/animation/Animation.h
|
| index ad77d3d6fee0d1b8440053734b9920b9ae3ac53d..44ee58238e54752ec75fe1f10e490fd329466a44 100644
|
| --- a/sky/engine/core/animation/Animation.h
|
| +++ b/sky/engine/core/animation/Animation.h
|
| @@ -72,14 +72,6 @@ public:
|
| void notifySampledEffectRemovedFromAnimationStack();
|
| void notifyElementDestroyed();
|
|
|
| - bool isCandidateForAnimationOnCompositor() const;
|
| - // Must only be called once.
|
| - bool maybeStartAnimationOnCompositor(double startTime, double timeOffset);
|
| - bool hasActiveAnimationsOnCompositor() const;
|
| - bool hasActiveAnimationsOnCompositor(CSSPropertyID) const;
|
| - void cancelAnimationOnCompositor();
|
| - void pauseAnimationForTestingOnCompositor(double pauseTime);
|
| -
|
| protected:
|
| void applyEffects();
|
| void clearEffects();
|
| @@ -98,8 +90,6 @@ private:
|
|
|
| Priority m_priority;
|
|
|
| - Vector<int> m_compositorAnimationIds;
|
| -
|
| friend class AnimationAnimationV8Test;
|
| };
|
|
|
|
|