Index: ui/compositor/transform_animation_curve_adapter.h |
diff --git a/ui/compositor/transform_animation_curve_adapter.h b/ui/compositor/transform_animation_curve_adapter.h |
index b8840a035cacabf83bdcaa899ba40172e5795e56..7d79ea7bb0a140a22f4b0a5a4e125e21750512ce 100644 |
--- a/ui/compositor/transform_animation_curve_adapter.h |
+++ b/ui/compositor/transform_animation_curve_adapter.h |
@@ -35,7 +35,6 @@ class COMPOSITOR_EXPORT TransformAnimationCurveAdapter |
gfx::Transform GetValue(base::TimeDelta t) const override; |
bool AnimatedBoundsForBox(const gfx::BoxF& box, |
gfx::BoxF* bounds) const override; |
- bool AffectsScale() const override; |
bool IsTranslation() const override; |
bool PreservesAxisAlignment() const override; |
bool AnimationStartScale(bool forward_direction, |
@@ -68,7 +67,6 @@ class COMPOSITOR_EXPORT InverseTransformCurveAdapter |
gfx::Transform GetValue(base::TimeDelta t) const override; |
bool AnimatedBoundsForBox(const gfx::BoxF& box, |
gfx::BoxF* bounds) const override; |
- bool AffectsScale() const override; |
bool IsTranslation() const override; |
bool PreservesAxisAlignment() const override; |
bool AnimationStartScale(bool forward_direction, |