| Index: sky/engine/core/animation/Animation.h
|
| diff --git a/sky/engine/core/animation/Animation.h b/sky/engine/core/animation/Animation.h
|
| index 23d5d74422efcaae12fbff92628805d82014d0f5..40a64e598ce33bd4917ba194c10dfab508aa0e27 100644
|
| --- a/sky/engine/core/animation/Animation.h
|
| +++ b/sky/engine/core/animation/Animation.h
|
| @@ -70,9 +70,7 @@ public:
|
| Element* target() { return m_target; }
|
|
|
| void notifySampledEffectRemovedFromAnimationStack();
|
| -#if !ENABLE(OILPAN)
|
| void notifyElementDestroyed();
|
| -#endif
|
|
|
| bool isCandidateForAnimationOnCompositor() const;
|
| // Must only be called once.
|
|
|