Index: Source/core/animation/css/CSSAnimations.h |
diff --git a/Source/core/animation/css/CSSAnimations.h b/Source/core/animation/css/CSSAnimations.h |
index 02d93bcc03a6f1e7170cf2461302443681f3bd24..32de1c72b14dd65285673f5cfac5071a25bdf098 100644 |
--- a/Source/core/animation/css/CSSAnimations.h |
+++ b/Source/core/animation/css/CSSAnimations.h |
@@ -170,6 +170,7 @@ public: |
// engine is removed. |
static const StyleRuleKeyframes* matchScopedKeyframesRule(StyleResolver*, const Element*, const StringImpl*); |
+ static bool isAnimatableProperty(CSSPropertyID); |
static const StylePropertyShorthand& animatableProperties(); |
static bool isAllowedAnimation(CSSPropertyID); |
// FIXME: We should change the Element* to a const Element* |