| 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 f03355d53f02a5d423c428acd8c23626ba2a588c..c45b500f121dc5f593d98cb697e23eb25d90ec06 100644
|
| --- a/cc/trees/layer_tree_host_impl.cc
|
| +++ b/cc/trees/layer_tree_host_impl.cc
|
| @@ -1350,8 +1350,6 @@ void LayerTreeHostImpl::ActivatePendingTreeIfNeeded() {
|
| DCHECK(pending_tree_);
|
| CHECK(settings_.impl_side_painting);
|
|
|
| - // This call may activate the tree.
|
| - CheckForCompletedTileUploads();
|
| if (!pending_tree_)
|
| return;
|
|
|
|
|