| Index: cc/keyframed_animation_curve.h
|
| diff --git a/cc/keyframed_animation_curve.h b/cc/keyframed_animation_curve.h
|
| index 5685eb87bdc8bfb912831ea6728e9d78395262f8..c10341cf4b75999f526d4c5edb2ce78d3b3de116 100644
|
| --- a/cc/keyframed_animation_curve.h
|
| +++ b/cc/keyframed_animation_curve.h
|
| @@ -56,7 +56,7 @@ public:
|
| private:
|
| TransformKeyframe(double time, const WebKit::WebTransformOperations& value, scoped_ptr<TimingFunction>);
|
|
|
| - WebKit::WebTransformOperations m_value;
|
| + scoped_ptr<WebKit::WebTransformOperations> m_value;
|
| };
|
|
|
| class CC_EXPORT KeyframedFloatAnimationCurve : public FloatAnimationCurve {
|
|
|