| Index: Source/core/animation/KeyframeAnimationEffect.h
|
| diff --git a/Source/core/animation/KeyframeAnimationEffect.h b/Source/core/animation/KeyframeAnimationEffect.h
|
| index d826c1d2843cbc6d5ff9a02e3c84bebabff62a18..ea1b401644eec152a772f01225dcce8e357afea4 100644
|
| --- a/Source/core/animation/KeyframeAnimationEffect.h
|
| +++ b/Source/core/animation/KeyframeAnimationEffect.h
|
| @@ -60,6 +60,7 @@ public:
|
| void setComposite(AnimationEffect::CompositeOperation composite) { m_composite = composite; }
|
| AnimationEffect::CompositeOperation composite() const { return m_composite; }
|
| void setPropertyValue(CSSPropertyID, const AnimatableValue*);
|
| + void clearPropertyValue(CSSPropertyID);
|
| const AnimatableValue* propertyValue(CSSPropertyID) const;
|
| PropertySet properties() const;
|
| PassRefPtr<Keyframe> cloneWithOffset(double offset) const;
|
|
|