Chromium Code Reviews| Index: cc/test/animation_test_common.cc |
| diff --git a/cc/test/animation_test_common.cc b/cc/test/animation_test_common.cc |
| index 404e161d880494164da9d9a50426c262939422d6..1be1c02c506fe1e99d8b6782bd422265a569bc97 100644 |
| --- a/cc/test/animation_test_common.cc |
| +++ b/cc/test/animation_test_common.cc |
| @@ -236,7 +236,7 @@ bool FakeInactiveLayerAnimationValueObserver::IsActive() const { |
| return false; |
| } |
| -gfx::Vector2dF FakeLayerAnimationValueProvider::ScrollOffsetForAnimation() |
| +gfx::ScrollOffset FakeLayerAnimationValueProvider::ScrollOffsetForAnimation() |
| const { |
| return scroll_offset_; |
| } |