| Index: cc/test/animation_test_common.h
|
| diff --git a/cc/test/animation_test_common.h b/cc/test/animation_test_common.h
|
| index 2c41518794a267e6e6aa7d0b47046850b2439cad..b2909b8711fcf82da8238fc12bafed87bd00874f 100644
|
| --- a/cc/test/animation_test_common.h
|
| +++ b/cc/test/animation_test_common.h
|
| @@ -45,6 +45,7 @@ class FakeTransformTransition : public TransformAnimationCurve {
|
| gfx::BoxF* bounds) const override;
|
| bool AffectsScale() const override;
|
| bool IsTranslation() const override;
|
| + bool PreservesAxisAlignment() const override;
|
| bool MaximumTargetScale(bool forward_direction,
|
| float* max_scale) const override;
|
|
|
|
|