| Index: cc/trees/layer_tree_host_impl.h
|
| diff --git a/cc/trees/layer_tree_host_impl.h b/cc/trees/layer_tree_host_impl.h
|
| index 5598d63196536b3411d473b5144fc471c648068e..fad9f0860f092293a686c3ed826eec5aefa106a7 100644
|
| --- a/cc/trees/layer_tree_host_impl.h
|
| +++ b/cc/trees/layer_tree_host_impl.h
|
| @@ -149,10 +149,6 @@ class CC_EXPORT LayerTreeHostImpl
|
| virtual void PinchGestureUpdate(float magnify_delta,
|
| const gfx::Point& anchor) OVERRIDE;
|
| virtual void PinchGestureEnd() OVERRIDE;
|
| - virtual void StartPageScaleAnimation(const gfx::Vector2d& target_offset,
|
| - bool anchor_point,
|
| - float page_scale,
|
| - base::TimeDelta duration) OVERRIDE;
|
| virtual void SetNeedsAnimate() OVERRIDE;
|
| virtual bool IsCurrentlyScrollingLayerAt(
|
| const gfx::Point& viewport_point,
|
|
|