Index: cc/animation/keyframed_animation_curve.h |
diff --git a/cc/animation/keyframed_animation_curve.h b/cc/animation/keyframed_animation_curve.h |
index a9d5c82c6095891b63e7ae814ee2e061ae2493ee..690f3bd5233005f21f524e0652edc024142ef08a 100644 |
--- a/cc/animation/keyframed_animation_curve.h |
+++ b/cc/animation/keyframed_animation_curve.h |
@@ -217,7 +217,6 @@ class CC_EXPORT KeyframedTransformAnimationCurve |
gfx::Transform GetValue(base::TimeDelta t) const override; |
bool AnimatedBoundsForBox(const gfx::BoxF& box, |
gfx::BoxF* bounds) const override; |
- bool AffectsScale() const override; |
bool PreservesAxisAlignment() const override; |
bool IsTranslation() const override; |
bool AnimationStartScale(bool forward_direction, |