| Index: Source/core/animation/css/CSSAnimations.h
|
| diff --git a/Source/core/animation/css/CSSAnimations.h b/Source/core/animation/css/CSSAnimations.h
|
| index bd3c4e9517c27e96e89f6b68d3f20b57bce585ed..d23bad42cd7d98946b90cb1a25a2f5f5d2fcaffb 100644
|
| --- a/Source/core/animation/css/CSSAnimations.h
|
| +++ b/Source/core/animation/css/CSSAnimations.h
|
| @@ -72,6 +72,7 @@ private:
|
|
|
| class CSSAnimations FINAL {
|
| public:
|
| + static bool isAnimatableProperty(CSSPropertyID);
|
| static bool needsUpdate(const Element*, const RenderStyle*);
|
| static PassOwnPtr<CSSAnimationUpdate> calculateUpdate(const Element*, EDisplay, const CSSAnimations*, const CSSAnimationDataList*, StyleResolver*);
|
| void update(Element*, const RenderStyle*);
|
|
|