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

Unified Diff: cc/test/fake_tile_manager.cc

Issue 2612413003: Clean up tile deletion (Closed)
Patch Set: "Fix Tile* comparison in tests" Created 3 years, 11 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/test/fake_tile_manager.h ('k') | cc/tiles/picture_layer_tiling.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/fake_tile_manager.cc
diff --git a/cc/test/fake_tile_manager.cc b/cc/test/fake_tile_manager.cc
index bc760c34bb4ca786906664f86421fe90e3e3de24..0f2b418abceeccd0df8974f66bcdc6354f07a3b6 100644
--- a/cc/test/fake_tile_manager.cc
+++ b/cc/test/fake_tile_manager.cc
@@ -72,11 +72,4 @@ bool FakeTileManager::HasBeenAssignedMemory(Tile* tile) {
tile) != tiles_for_raster.end();
}
-void FakeTileManager::Release(Tile* tile) {
- TileManager::Release(tile);
-
- FreeResourcesForReleasedTiles();
- CleanUpReleasedTiles();
-}
-
} // namespace cc
« no previous file with comments | « cc/test/fake_tile_manager.h ('k') | cc/tiles/picture_layer_tiling.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698