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..c94cd4514604080067b9622332aaeed5e77e03af 100644 |
--- a/cc/test/animation_test_common.h |
+++ b/cc/test/animation_test_common.h |
@@ -45,7 +45,7 @@ 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(float* max_scale) const override; |
virtual scoped_ptr<AnimationCurve> Clone() const override; |