| Index: cc/animation/keyframed_animation_curve.h
|
| diff --git a/cc/animation/keyframed_animation_curve.h b/cc/animation/keyframed_animation_curve.h
|
| index ff746fead68381470cedc0c7bd6688db0dcbbd64..407e242956421cafd5e30185a70ddd836023240a 100644
|
| --- a/cc/animation/keyframed_animation_curve.h
|
| +++ b/cc/animation/keyframed_animation_curve.h
|
| @@ -196,6 +196,7 @@ class CC_EXPORT KeyframedTransformAnimationCurve
|
| bool AnimatedBoundsForBox(const gfx::BoxF& box,
|
| gfx::BoxF* bounds) const override;
|
| bool AffectsScale() const override;
|
| + bool PreservesAxisAlignment() const override;
|
| bool IsTranslation() const override;
|
| bool MaximumTargetScale(bool forward_direction,
|
| float* max_scale) const override;
|
|
|