Index: cc/animation/keyframed_animation_curve.h |
diff --git a/cc/animation/keyframed_animation_curve.h b/cc/animation/keyframed_animation_curve.h |
index 09f269ca5a03c2ca322dfa477b350bb7febbdf18..6d775c9e3c88a319dc208e1de6cdc4335a9913f5 100644 |
--- a/cc/animation/keyframed_animation_curve.h |
+++ b/cc/animation/keyframed_animation_curve.h |
@@ -98,7 +98,8 @@ class CC_EXPORT KeyframedFloatAnimationCurve : public FloatAnimationCurve { |
DISALLOW_COPY_AND_ASSIGN(KeyframedFloatAnimationCurve); |
}; |
-class CC_EXPORT KeyframedTransformAnimationCurve : public TransformAnimationCurve { |
+class CC_EXPORT KeyframedTransformAnimationCurve |
+ : public TransformAnimationCurve { |
public: |
// It is required that the keyframes be sorted by time. |
static scoped_ptr<KeyframedTransformAnimationCurve> Create(); |