| Index: cc/animation/keyframed_animation_curve.h
|
| diff --git a/cc/animation/keyframed_animation_curve.h b/cc/animation/keyframed_animation_curve.h
|
| index e68f4f8eeb4fbe22c8aa1b4b5c5f928e9967da0f..131c930cc4227f5dbaca5f0ae49d166a6b9a80c8 100644
|
| --- a/cc/animation/keyframed_animation_curve.h
|
| +++ b/cc/animation/keyframed_animation_curve.h
|
| @@ -194,6 +194,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;
|
|
|