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

Unified Diff: cc/resources/tiling_set_raster_queue_all.cc

Issue 1107033002: cc: Rename picture layer tiling method to reflect its new functionality. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 8 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
« no previous file with comments | « cc/resources/tiling_set_eviction_queue.cc ('k') | cc/resources/tiling_set_raster_queue_required.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/tiling_set_raster_queue_all.cc
diff --git a/cc/resources/tiling_set_raster_queue_all.cc b/cc/resources/tiling_set_raster_queue_all.cc
index 7f05558f5c8a060fb67ca01d6371c95e731922f4..08403d01296a78b09508f447b9e65acfc9bcbefb 100644
--- a/cc/resources/tiling_set_raster_queue_all.cc
+++ b/cc/resources/tiling_set_raster_queue_all.cc
@@ -174,7 +174,7 @@ void TilingSetRasterQueueAll::OnePriorityRectIterator::AdvanceToNextTile(
}
tile_ = tiling_->TileAt(iterator->index_x(), iterator->index_y());
}
- tiling_->UpdateTileAndTwinPriority(tile_);
+ tiling_->UpdateTilePriority(tile_);
}
template <typename TilingIteratorType>
@@ -185,7 +185,7 @@ bool TilingSetRasterQueueAll::OnePriorityRectIterator::
tile_ = nullptr;
return false;
}
- tiling_->UpdateTileAndTwinPriority(tile_);
+ tiling_->UpdateTilePriority(tile_);
return true;
}
« no previous file with comments | « cc/resources/tiling_set_eviction_queue.cc ('k') | cc/resources/tiling_set_raster_queue_required.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698