Index: Source/core/page/animation/CSSPropertyAnimation.h |
diff --git a/Source/core/page/animation/CSSPropertyAnimation.h b/Source/core/page/animation/CSSPropertyAnimation.h |
index 124d7a95426ba37b8b52b37eb94a21b5fb225b2c..29a503d98d46fe8b4f62d2fb2f6f86124ba10c75 100644 |
--- a/Source/core/page/animation/CSSPropertyAnimation.h |
+++ b/Source/core/page/animation/CSSPropertyAnimation.h |
@@ -45,8 +45,6 @@ public: |
static CSSPropertyID getPropertyAtIndex(int, bool& isShorthand); |
static int getNumProperties(); |
- static HashSet<CSSPropertyID> animatableShorthandsAffectingProperty(CSSPropertyID); |
- |
// Return true if we need to start software animation timers |
static bool blendProperties(const AnimationBase*, CSSPropertyID, RenderStyle* dst, const RenderStyle* a, const RenderStyle* b, double progress); |
private: |