| Index: cc/trees/layer_tree_host_impl.cc
|
| diff --git a/cc/trees/layer_tree_host_impl.cc b/cc/trees/layer_tree_host_impl.cc
|
| index 121e824a08e9fd3cee2216e115bdd1918069515a..f05a270d3302da1ef1c8608307d41f304545a212 100644
|
| --- a/cc/trees/layer_tree_host_impl.cc
|
| +++ b/cc/trees/layer_tree_host_impl.cc
|
| @@ -427,10 +427,11 @@ void LayerTreeHostImpl::ManageTiles() {
|
| client_->DidManageTiles();
|
| }
|
|
|
| -void LayerTreeHostImpl::StartPageScaleAnimation(gfx::Vector2d target_offset,
|
| - bool anchor_point,
|
| - float page_scale,
|
| - base::TimeDelta duration) {
|
| +void LayerTreeHostImpl::StartPageScaleAnimation(
|
| + const gfx::Vector2d& target_offset,
|
| + bool anchor_point,
|
| + float page_scale,
|
| + base::TimeDelta duration) {
|
| if (!InnerViewportScrollLayer())
|
| return;
|
|
|
|
|