| Index: cc/test/animation_test_common.h
|
| diff --git a/cc/test/animation_test_common.h b/cc/test/animation_test_common.h
|
| index 1ee89da9e9b8e3a8fe4327561904357d3f27ec31..7b53c48080445ab8a34df4c7c221c13982c0540f 100644
|
| --- a/cc/test/animation_test_common.h
|
| +++ b/cc/test/animation_test_common.h
|
| @@ -45,7 +45,8 @@ class FakeTransformTransition : public TransformAnimationCurve {
|
| gfx::BoxF* bounds) const override;
|
| virtual bool AffectsScale() const override;
|
| virtual bool IsTranslation() const override;
|
| - virtual bool MaximumScale(float* max_scale) const override;
|
| + virtual bool MaximumTargetScale(bool forward_direction,
|
| + float* max_scale) const override;
|
|
|
| virtual scoped_ptr<AnimationCurve> Clone() const override;
|
|
|
|
|