| Index: cc/trees/layer_tree_host.cc
|
| diff --git a/cc/trees/layer_tree_host.cc b/cc/trees/layer_tree_host.cc
|
| index 1c66185e9a91a79c6a761c3ee3e4e8ea6bbcd0cd..3e5c74c8a0468e749abab471af6554cb7a7770e8 100644
|
| --- a/cc/trees/layer_tree_host.cc
|
| +++ b/cc/trees/layer_tree_host.cc
|
| @@ -361,7 +361,7 @@ void LayerTreeHost::FinishCommitOnImplThread(LayerTreeHostImpl* host_impl) {
|
| host_impl->SetDeviceScaleFactor(device_scale_factor_);
|
| host_impl->SetDebugState(debug_state_);
|
| if (pending_page_scale_animation_) {
|
| - host_impl->StartPageScaleAnimation(
|
| + sync_tree->SetPageScaleAnimation(
|
| pending_page_scale_animation_->target_offset,
|
| pending_page_scale_animation_->use_anchor,
|
| pending_page_scale_animation_->scale,
|
|
|