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

Unified Diff: cc/test/fake_tile_manager.cc

Issue 793693003: Tile Compression (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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.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_tile_manager.cc
diff --git a/cc/test/fake_tile_manager.cc b/cc/test/fake_tile_manager.cc
index f85946a1ef8279dd9b9e698e4ed935ea537b637b..6f1f7aded839da534402c8e5d08fa89725299d72 100644
--- a/cc/test/fake_tile_manager.cc
+++ b/cc/test/fake_tile_manager.cc
@@ -67,6 +67,7 @@ FakeTileManager::FakeTileManager(TileManagerClient* client)
base::MessageLoopProxy::current(),
NULL,
g_fake_tile_task_runner.Pointer(),
+ -1,
NULL,
std::numeric_limits<size_t>::max()) {
}
@@ -77,6 +78,7 @@ FakeTileManager::FakeTileManager(TileManagerClient* client,
base::MessageLoopProxy::current(),
resource_pool,
g_fake_tile_task_runner.Pointer(),
+ -1,
NULL,
std::numeric_limits<size_t>::max()) {
}
« no previous file with comments | « cc/test/fake_picture_layer_tiling_client.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