| Index: Source/core/animation/css/CSSAnimations.h
|
| diff --git a/Source/core/animation/css/CSSAnimations.h b/Source/core/animation/css/CSSAnimations.h
|
| index 0fcae5dbf38a6e7ce88753bb1ae619f8cd011c4d..6a72e4e50acc7078486d06594b3d18ee01c88ed2 100644
|
| --- a/Source/core/animation/css/CSSAnimations.h
|
| +++ b/Source/core/animation/css/CSSAnimations.h
|
| @@ -59,7 +59,7 @@ public:
|
| bool isTransitionAnimationForInspector(const Animation&) const;
|
|
|
| static const StylePropertyShorthand& propertiesForTransitionAll();
|
| - static bool isAllowedAnimation(CSSPropertyID);
|
| + static bool isAnimatableProperty(CSSPropertyID);
|
| static PassOwnPtrWillBeRawPtr<CSSAnimationUpdate> calculateUpdate(const Element* animatingElement, Element&, const ComputedStyle&, ComputedStyle* parentStyle, StyleResolver*);
|
|
|
| void setPendingUpdate(PassOwnPtrWillBeRawPtr<CSSAnimationUpdate> update) { m_pendingUpdate = update; }
|
|
|