| Index: cc/blimp/layer_tree_host_remote.cc
|
| diff --git a/cc/blimp/layer_tree_host_remote.cc b/cc/blimp/layer_tree_host_remote.cc
|
| index 56418c88418a2725a4e77caa8a73e0f68c70bffc..f1157f7c7f14c36d9d4d4b302204b1d0699add33 100644
|
| --- a/cc/blimp/layer_tree_host_remote.cc
|
| +++ b/cc/blimp/layer_tree_host_remote.cc
|
| @@ -437,7 +437,7 @@ bool LayerTreeHostRemote::ApplyScrollAndScaleUpdateFromClient(
|
| }
|
|
|
| if (layer)
|
| - layer->SetScrollOffsetFromImplSide(scroll_offset);
|
| + layer->SetScrollOffsetFromImplSide(scroll_offset, nullptr);
|
| else
|
| layer_sync_successful = false;
|
| }
|
|
|