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

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: Use "ready to activate" signal for activation in LTHI and fix task scheduling problems in pixel buf… 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 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;

Powered by Google App Engine
This is Rietveld 408576698