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