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

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: rebase 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 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;

Powered by Google App Engine
This is Rietveld 408576698