Index: cc/test/animation_test_common.cc |
diff --git a/cc/test/animation_test_common.cc b/cc/test/animation_test_common.cc |
index 953dac4df9dccdc336410e864b9b5bb32bf1729e..9966b3448e1a3b1fd782b5ba6abff9de534ff6c4 100644 |
--- a/cc/test/animation_test_common.cc |
+++ b/cc/test/animation_test_common.cc |
@@ -216,7 +216,7 @@ void FakeLayerAnimationValueObserver::OnTransformAnimated( |
} |
void FakeLayerAnimationValueObserver::OnScrollOffsetAnimated( |
- const gfx::Vector2dF& scroll_offset) { |
+ const gfx::ScrollOffset& scroll_offset) { |
scroll_offset_ = scroll_offset; |
} |
@@ -232,7 +232,7 @@ bool FakeInactiveLayerAnimationValueObserver::IsActive() const { |
return false; |
} |
-gfx::Vector2dF FakeLayerAnimationValueProvider::ScrollOffsetForAnimation() |
+gfx::ScrollOffset FakeLayerAnimationValueProvider::ScrollOffsetForAnimation() |
const { |
return scroll_offset_; |
} |