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

Unified Diff: cc/test/fake_picture_layer_tiling_client.cc

Issue 1130303004: cc: Remove unused Tile ctor parameter (raster_source). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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/tile_manager.cc ('k') | no next file » | 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 ae6d59376d7ad04bd442598c7dafd7c8b1a3097f..75eff0c69765ebca9df5b8055b617433d48084c5 100644
--- a/cc/test/fake_picture_layer_tiling_client.cc
+++ b/cc/test/fake_picture_layer_tiling_client.cc
@@ -35,7 +35,7 @@ FakePictureLayerTilingClient::~FakePictureLayerTilingClient() {
ScopedTilePtr FakePictureLayerTilingClient::CreateTile(float content_scale,
const gfx::Rect& rect) {
- return tile_manager_->CreateTile(pile_.get(), tile_size_, rect, 1, 0, 0, 0);
+ return tile_manager_->CreateTile(tile_size_, rect, 1, 0, 0, 0);
}
void FakePictureLayerTilingClient::SetTileSize(const gfx::Size& tile_size) {
« no previous file with comments | « cc/resources/tile_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698