| Index: Source/core/animation/css/CSSAnimations.h
|
| diff --git a/Source/core/animation/css/CSSAnimations.h b/Source/core/animation/css/CSSAnimations.h
|
| index 2f04c41d213d22213a4f2894a5b93dca5179e5ed..8be8e299ea5a9f3b08d2648564ffb3c97c339515 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*);
|
|
|