Index: cc/layer_tree_host.h |
diff --git a/cc/layer_tree_host.h b/cc/layer_tree_host.h |
index d36390b78ce22dce4feb07dc54b15b47bb07ced7..6d28968ea2669c87f2e4a1f5cf936c1702af5eec 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; |