Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(18)

Unified Diff: cc/trees/layer_tree_host_impl.cc

Issue 17351017: Re-land: cc: Add raster finished signals to RasterWorkerPool. (Closed) Base URL: http://git.chromium.org/chromium/src.git@new-graph-build
Patch Set: new approach Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 3905e8ea4a846fca366c90ba1ec5068f208cd97e..4090fec22aab9e40ce2f1f122b07aac3f986bfc1 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;

Powered by Google App Engine
This is Rietveld 408576698