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); |
| + |
|
alancutter (OOO until 2018)
2015/02/04 20:24:37
Unnecessary newline.
jadeg
2015/02/05 23:37:02
Done.
|
| double m_offset; |
| RefPtr<TimingFunction> m_easing; |
| AnimationEffect::CompositeOperation m_composite; |