| Index: cc/test/animation_test_common.cc
|
| diff --git a/cc/test/animation_test_common.cc b/cc/test/animation_test_common.cc
|
| index da3487bfd20a7fd1b96738d9294d97b395b53490..775ce19f95f7bd06d4e7cc8973bef3baf0c11672 100644
|
| --- a/cc/test/animation_test_common.cc
|
| +++ b/cc/test/animation_test_common.cc
|
| @@ -172,8 +172,6 @@ bool FakeTransformTransition::AnimatedBoundsForBox(const gfx::BoxF& box,
|
| return false;
|
| }
|
|
|
| -bool FakeTransformTransition::AffectsScale() const { return false; }
|
| -
|
| bool FakeTransformTransition::IsTranslation() const { return true; }
|
|
|
| bool FakeTransformTransition::PreservesAxisAlignment() const {
|
|
|