Index: cc/test/animation_test_common.h |
diff --git a/cc/test/animation_test_common.h b/cc/test/animation_test_common.h |
index eb030df75817a0d19cd469ca560d742b3dba5c47..1e9bcd5772e8694a6bfe3462d8ac380fe7cb2b60 100644 |
--- a/cc/test/animation_test_common.h |
+++ b/cc/test/animation_test_common.h |
@@ -108,14 +108,14 @@ class FakeInactiveLayerAnimationValueObserver |
class FakeLayerAnimationValueProvider : public LayerAnimationValueProvider { |
public: |
- virtual gfx::Vector2dF ScrollOffsetForAnimation() const OVERRIDE; |
+ virtual gfx::ScrollOffset ScrollOffsetForAnimation() const OVERRIDE; |
- void set_scroll_offset(const gfx::Vector2dF& scroll_offset) { |
+ void set_scroll_offset(const gfx::ScrollOffset& scroll_offset) { |
scroll_offset_ = scroll_offset; |
} |
private: |
- gfx::Vector2dF scroll_offset_; |
+ gfx::ScrollOffset scroll_offset_; |
}; |
int AddOpacityTransitionToController(LayerAnimationController* controller, |