| Index: cc/test/animation_test_common.h
|
| diff --git a/cc/test/animation_test_common.h b/cc/test/animation_test_common.h
|
| index 64855322e330c831398837148d93908d20f7cca5..37853c7e1350cc5f39d482a76d42336ae4f1a449 100644
|
| --- a/cc/test/animation_test_common.h
|
| +++ b/cc/test/animation_test_common.h
|
| @@ -43,7 +43,7 @@ class FakeTransformTransition : public TransformAnimationCurve {
|
| ~FakeTransformTransition() override;
|
|
|
| base::TimeDelta Duration() const override;
|
| - gfx::Transform GetValue(base::TimeDelta time) const override;
|
| + TransformOperations GetValue(base::TimeDelta time) const override;
|
| bool AnimatedBoundsForBox(const gfx::BoxF& box,
|
| gfx::BoxF* bounds) const override;
|
| bool IsTranslation() const override;
|
|
|