diff options
Diffstat (limited to 'cc/trees/layer_tree_host_impl.cc')
-rw-r--r-- | cc/trees/layer_tree_host_impl.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cc/trees/layer_tree_host_impl.cc b/cc/trees/layer_tree_host_impl.cc index 56562b5..a2585bc 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; |