Index: cc/test/animation_test_common.h |
diff --git a/cc/test/animation_test_common.h b/cc/test/animation_test_common.h |
index a69f0c95f6e1df537bb82b2e0cd7a5d550ee7b1a..515faa43c3538f1d12d57a4d0a53bd78a58aef33 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; |