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

Unified Diff: cc/test/fake_picture_layer_tiling_client.cc

Issue 2726263003: cc::ResourcePool - Re-use larger resources for smaller requests (Closed)
Patch Set: fix compile Created 3 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/resource_pool_unittest.cc ('k') | cc/test/layer_tree_pixel_resource_test.cc » ('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 06c20b04be19afab94c7d59e4e3959e9ef08d382..5338a393f1ec0353fdaa876dc708b8a23625abc7 100644
--- a/cc/test/fake_picture_layer_tiling_client.cc
+++ b/cc/test/fake_picture_layer_tiling_client.cc
@@ -27,7 +27,8 @@ FakePictureLayerTilingClient::FakePictureLayerTilingClient(
ResourcePool::Create(resource_provider,
base::ThreadTaskRunnerHandle::Get().get(),
ResourceProvider::TEXTURE_HINT_IMMUTABLE,
- ResourcePool::kDefaultExpirationDelay)),
+ ResourcePool::kDefaultExpirationDelay,
+ false)),
tile_manager_(
new FakeTileManager(&tile_manager_client_, resource_pool_.get())),
raster_source_(FakeRasterSource::CreateInfiniteFilled()),
« no previous file with comments | « cc/resources/resource_pool_unittest.cc ('k') | cc/test/layer_tree_pixel_resource_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698