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

Unified Diff: cc/test/fake_tile_manager.cc

Issue 2668873002: cc: Add checker-imaging support to TileManager. (Closed)
Patch Set: 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
Index: cc/test/fake_tile_manager.cc
diff --git a/cc/test/fake_tile_manager.cc b/cc/test/fake_tile_manager.cc
index 24457b5120ca2408523bd2152593cb4ae0396c61..c6ce10fe169e5404c2c5f4a79ef58a41806a87b5 100644
--- a/cc/test/fake_tile_manager.cc
+++ b/cc/test/fake_tile_manager.cc
@@ -37,7 +37,8 @@ FakeTileManager::FakeTileManager(TileManagerClient* client,
nullptr,
std::numeric_limits<size_t>::max(),
false /* use_partial_raster */,
- false /* check_tile_priority_inversion */),
+ false /* check_tile_priority_inversion */,
+ false /* enable_checker_imaging */),
image_decode_cache_(
ResourceFormat::RGBA_8888,
LayerTreeSettings().software_decoded_image_budget_bytes) {

Powered by Google App Engine
This is Rietveld 408576698