Chromium Code Reviews| Index: Source/core/animation/Keyframe.h |
| diff --git a/Source/core/animation/Keyframe.h b/Source/core/animation/Keyframe.h |
| index f8a607df01590451f41d924c74d46159c45b5857..8b56f17fa32c4a1c2d201cb7f8ac5468f8de1914 100644 |
| --- a/Source/core/animation/Keyframe.h |
| +++ b/Source/core/animation/Keyframe.h |
| @@ -71,6 +71,7 @@ public: |
| protected: |
| PropertySpecificKeyframe(double offset, PassRefPtr<TimingFunction> easing, AnimationEffect::CompositeOperation); |
| + |
|
Eric Willigers
2015/01/22 23:38:56
No need for this extra line
|
| double m_offset; |
| RefPtr<TimingFunction> m_easing; |
| AnimationEffect::CompositeOperation m_composite; |