| Index: cc/test/animation_test_common.cc
|
| diff --git a/cc/test/animation_test_common.cc b/cc/test/animation_test_common.cc
|
| index fba316669fdde60797c2f3d81d3858cf89f4f5df..064c7bc0350a13487862f34b95424231ea53afcd 100644
|
| --- a/cc/test/animation_test_common.cc
|
| +++ b/cc/test/animation_test_common.cc
|
| @@ -168,6 +168,8 @@ 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;
|
|
|