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

Unified Diff: cc/test/fake_picture_layer_tiling_client.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_picture_layer_tiling_client.h ('k') | cc/test/fake_tile_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/fake_picture_layer_tiling_client.cc
diff --git a/cc/test/fake_picture_layer_tiling_client.cc b/cc/test/fake_picture_layer_tiling_client.cc
index 2b33ad55a2f8978e71523f5350fc8224d624c884..b42c3063598b904d37b24c7a28851278ddea4e23 100644
--- a/cc/test/fake_picture_layer_tiling_client.cc
+++ b/cc/test/fake_picture_layer_tiling_client.cc
@@ -38,7 +38,7 @@ FakePictureLayerTilingClient::FakePictureLayerTilingClient(
FakePictureLayerTilingClient::~FakePictureLayerTilingClient() {
}
-ScopedTilePtr FakePictureLayerTilingClient::CreateTile(
+std::unique_ptr<Tile> FakePictureLayerTilingClient::CreateTile(
const Tile::CreateInfo& info) {
return tile_manager_->CreateTile(info, 0, 0, 0);
}
« no previous file with comments | « cc/test/fake_picture_layer_tiling_client.h ('k') | cc/test/fake_tile_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698