| Index: Source/core/animation/KeyframeEffectModel.h
|
| diff --git a/Source/core/animation/KeyframeEffectModel.h b/Source/core/animation/KeyframeEffectModel.h
|
| index 2a83ab16af40914f358c4f07fefcdbc421ee8a9e..869ee2b144e9e9e53271fe603d41087f56733e91 100644
|
| --- a/Source/core/animation/KeyframeEffectModel.h
|
| +++ b/Source/core/animation/KeyframeEffectModel.h
|
| @@ -77,7 +77,7 @@ public:
|
|
|
| using KeyframeVector = WillBeHeapVector<RefPtrWillBeMember<Keyframe>>;
|
| const KeyframeVector& getFrames() const { return m_keyframes; }
|
| - // FIXME: Implement setFrames()
|
| + void setFrames(KeyframeVector& keyframes);
|
|
|
| const PropertySpecificKeyframeVector& getPropertySpecificKeyframes(CSSPropertyID id) const
|
| {
|
|
|