| Index: sky/engine/core/css/resolver/StyleResolverState.cpp
|
| diff --git a/sky/engine/core/css/resolver/StyleResolverState.cpp b/sky/engine/core/css/resolver/StyleResolverState.cpp
|
| index 11c2dbfeb71789ce5b1fb4d0cdd3120f10a5a0cf..4d1abdd1ffb4f361bbb2c7bdda9c12ed80d48786 100644
|
| --- a/sky/engine/core/css/resolver/StyleResolverState.cpp
|
| +++ b/sky/engine/core/css/resolver/StyleResolverState.cpp
|
| @@ -21,7 +21,6 @@
|
|
|
| #include "sky/engine/core/css/resolver/StyleResolverState.h"
|
|
|
| -#include "sky/engine/core/animation/css/CSSAnimations.h"
|
| #include "sky/engine/core/dom/Node.h"
|
| #include "sky/engine/core/dom/NodeRenderStyle.h"
|
| #include "sky/engine/core/frame/FrameHost.h"
|
| @@ -48,14 +47,4 @@ StyleResolverState::~StyleResolverState()
|
| {
|
| }
|
|
|
| -void StyleResolverState::setAnimationUpdate(PassOwnPtr<CSSAnimationUpdate> update)
|
| -{
|
| - m_animationUpdate = update;
|
| -}
|
| -
|
| -PassOwnPtr<CSSAnimationUpdate> StyleResolverState::takeAnimationUpdate()
|
| -{
|
| - return m_animationUpdate.release();
|
| -}
|
| -
|
| } // namespace blink
|
|
|