Index: cc/tile_manager.h |
diff --git a/cc/tile_manager.h b/cc/tile_manager.h |
index 73cae5854240413b7507d1fab90bd3d1318133f1..a6930beec2a071f959f003297aa322ca096644ec 100644 |
--- a/cc/tile_manager.h |
+++ b/cc/tile_manager.h |
@@ -98,6 +98,7 @@ class CC_EXPORT TileManager { |
Tile* tile, WhichTree tree, const TilePriority& new_priority); |
private: |
+ void SortTiles(); |
void AssignGpuMemoryToTiles(); |
void FreeResourcesForTile(Tile* tile); |
void ScheduleManageTiles(); |