| Index: Source/core/animation/css/CSSAnimations.h
|
| diff --git a/Source/core/animation/css/CSSAnimations.h b/Source/core/animation/css/CSSAnimations.h
|
| index a777163f895e1353eb4fe7e05f4f16ae7aa3d399..75575d8405144e8a252eb4b70db37a12900db9e0 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*);
|
|
|