Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1095)

Unified Diff: sky/engine/core/css/resolver/StyleResolverState.cpp

Issue 1229273004: Remove Animations and Transitions. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/engine/core/css/resolver/StyleResolverState.h ('k') | sky/engine/core/dom/Document.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « sky/engine/core/css/resolver/StyleResolverState.h ('k') | sky/engine/core/dom/Document.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698