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

Unified Diff: cc/resources/tile_manager.h

Issue 767083005: cc: Rename TileManager::ManageTiles to PrepareTiles. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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/resources/tile_manager.h
diff --git a/cc/resources/tile_manager.h b/cc/resources/tile_manager.h
index 8d19520699b4c5edd713e9ab94763604795f1944..2f38e8bd07f758e55e07186e12d8ab04fc6a06dd 100644
--- a/cc/resources/tile_manager.h
+++ b/cc/resources/tile_manager.h
@@ -106,7 +106,7 @@ class CC_EXPORT TileManager : public RasterizerClient,
size_t scheduled_raster_task_limit);
~TileManager() override;
- void ManageTiles(const GlobalStateThatImpactsTilePriority& state);
+ void PrepareTiles(const GlobalStateThatImpactsTilePriority& state);
reveman 2014/12/09 05:04:11 This should have been done in the past but as you'
vmiura 2014/12/09 18:08:46 Done.
void UpdateVisibleTiles();

Powered by Google App Engine
This is Rietveld 408576698