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