| Index: third_party/WebKit/Source/core/animation/css/CSSAnimations.h
|
| diff --git a/third_party/WebKit/Source/core/animation/css/CSSAnimations.h b/third_party/WebKit/Source/core/animation/css/CSSAnimations.h
|
| index 6c5340474ee1297cf49557582db790ac8a71238e..0c70ea86c3767079061e75b481cbad1891658908 100644
|
| --- a/third_party/WebKit/Source/core/animation/css/CSSAnimations.h
|
| +++ b/third_party/WebKit/Source/core/animation/css/CSSAnimations.h
|
| @@ -61,7 +61,7 @@ class CSSAnimations final {
|
| bool isTransitionAnimationForInspector(const Animation&) const;
|
|
|
| static const StylePropertyShorthand& propertiesForTransitionAll();
|
| - static bool isAnimatableProperty(CSSPropertyID);
|
| + static bool isAnimationAffectingProperty(CSSPropertyID);
|
| static bool isAffectedByKeyframesFromScope(const Element&, const TreeScope&);
|
| static void calculateUpdate(const Element* animatingElement,
|
| Element&,
|
|
|