| Index: cc/test/animation_test_common.cc
|
| diff --git a/cc/test/animation_test_common.cc b/cc/test/animation_test_common.cc
|
| index 602374f00071275f0e8c8f61cc9e4b62c430e492..ccd08286abcb56376cdc1e85851d2b9a0b8508eb 100644
|
| --- a/cc/test/animation_test_common.cc
|
| +++ b/cc/test/animation_test_common.cc
|
| @@ -174,6 +174,10 @@ bool FakeTransformTransition::AffectsScale() const { return false; }
|
|
|
| bool FakeTransformTransition::IsTranslation() const { return true; }
|
|
|
| +bool FakeTransformTransition::PreservesAxisAlignment() const {
|
| + return true;
|
| +}
|
| +
|
| bool FakeTransformTransition::MaximumTargetScale(bool forward_direction,
|
| float* max_scale) const {
|
| *max_scale = 1.f;
|
|
|