Index: cc/layer_tree_host.h |
diff --git a/cc/layer_tree_host.h b/cc/layer_tree_host.h |
index 7dd334ce0159034e7cb9e518ccb1ab70b88c543a..74e999b4b0db1b6141689bfce630ca399e3085e5 100644 |
--- a/cc/layer_tree_host.h |
+++ b/cc/layer_tree_host.h |
@@ -190,7 +190,7 @@ public: |
bool visible() const { return m_visible; } |
void setVisible(bool); |
- void startPageScaleAnimation(const IntSize& targetPosition, bool useAnchor, float scale, base::TimeDelta duration); |
+ void startPageScaleAnimation(gfx::Vector2d targetOffset, bool useAnchor, float scale, base::TimeDelta duration); |
void applyScrollAndScale(const ScrollAndScaleSet&); |
gfx::PointF adjustEventPointForPinchZoom(const gfx::PointF&) const; |