| Index: cc/animation/keyframed_animation_curve.h
|
| diff --git a/cc/animation/keyframed_animation_curve.h b/cc/animation/keyframed_animation_curve.h
|
| index b6b75dd3556756047afbd0d8636390cf99275896..037805603d16a02e656d15d0b377aa69791884f4 100644
|
| --- a/cc/animation/keyframed_animation_curve.h
|
| +++ b/cc/animation/keyframed_animation_curve.h
|
| @@ -237,7 +237,7 @@ class CC_ANIMATION_EXPORT KeyframedTransformAnimationCurve
|
| std::unique_ptr<AnimationCurve> Clone() const override;
|
|
|
| // TransformAnimationCurve implementation
|
| - gfx::Transform GetValue(base::TimeDelta t) const override;
|
| + TransformOperations GetValue(base::TimeDelta t) const override;
|
| bool AnimatedBoundsForBox(const gfx::BoxF& box,
|
| gfx::BoxF* bounds) const override;
|
| bool PreservesAxisAlignment() const override;
|
|
|