| Index: cc/keyframed_animation_curve.h
|
| diff --git a/cc/keyframed_animation_curve.h b/cc/keyframed_animation_curve.h
|
| index cfd19157ccadddf6c7c4aac9969c794d1c7a8570..70fcd66c04fe847390ad3110ad1c0fd9f61aa553 100644
|
| --- a/cc/keyframed_animation_curve.h
|
| +++ b/cc/keyframed_animation_curve.h
|
| @@ -99,7 +99,7 @@ public:
|
| virtual scoped_ptr<AnimationCurve> clone() const OVERRIDE;
|
|
|
| // TransformAnimationCurve implementation
|
| - virtual WebKit::WebTransformationMatrix getValue(double t) const OVERRIDE;
|
| + virtual gfx::Transform getValue(double t) const OVERRIDE;
|
|
|
| private:
|
| KeyframedTransformAnimationCurve();
|
|
|