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