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

Unified Diff: sky/engine/core/css/resolver/CSSToStyleMap.h

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
Index: sky/engine/core/css/resolver/CSSToStyleMap.h
diff --git a/sky/engine/core/css/resolver/CSSToStyleMap.h b/sky/engine/core/css/resolver/CSSToStyleMap.h
index f8c2bb2b88a4870f7968ad38c0d2b43bcc780dad..9b2a8395d7ea0c6e129a5b8a78679712908831a2 100644
--- a/sky/engine/core/css/resolver/CSSToStyleMap.h
+++ b/sky/engine/core/css/resolver/CSSToStyleMap.h
@@ -23,11 +23,8 @@
#define SKY_ENGINE_CORE_CSS_RESOLVER_CSSTOSTYLEMAP_H_
#include "gen/sky/core/CSSPropertyNames.h"
-#include "sky/engine/core/animation/Timing.h"
-#include "sky/engine/core/animation/css/CSSTransitionData.h"
#include "sky/engine/core/css/resolver/ElementStyleResources.h"
#include "sky/engine/core/rendering/style/RenderStyleConstants.h"
-#include "sky/engine/platform/animation/TimingFunction.h"
#include "sky/engine/wtf/Noncopyable.h"
namespace blink {
@@ -63,14 +60,10 @@ public:
void mapFillYPosition(FillLayer*, CSSValue*) const;
static double mapAnimationDelay(CSSValue*);
- static Timing::PlaybackDirection mapAnimationDirection(CSSValue*);
static double mapAnimationDuration(CSSValue*);
- static Timing::FillMode mapAnimationFillMode(CSSValue*);
static double mapAnimationIterationCount(CSSValue*);
static AtomicString mapAnimationName(CSSValue*);
static EAnimPlayState mapAnimationPlayState(CSSValue*);
- static CSSTransitionData::TransitionProperty mapAnimationProperty(CSSValue*);
- static PassRefPtr<TimingFunction> mapAnimationTimingFunction(CSSValue*, bool allowStepMiddle = false);
void mapNinePieceImage(RenderStyle* mutableStyle, CSSPropertyID, CSSValue*, NinePieceImage&);
void mapNinePieceImageSlice(CSSValue*, NinePieceImage&) const;
« no previous file with comments | « sky/engine/core/css/resolver/AnimatedStyleBuilder.cpp ('k') | sky/engine/core/css/resolver/CSSToStyleMap.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698