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

Unified Diff: cc/resources/tile_manager_unittest.cc

Issue 1139063002: cc: Partial tile update for one-copy raster. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: monocle: fixothertests 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
Index: cc/resources/tile_manager_unittest.cc
diff --git a/cc/resources/tile_manager_unittest.cc b/cc/resources/tile_manager_unittest.cc
index 2b2aaafd627b31c9a4a5727a3a0ce845357003df..1e33086d6abe9071c9776c4210c4f63f0585e7f0 100644
--- a/cc/resources/tile_manager_unittest.cc
+++ b/cc/resources/tile_manager_unittest.cc
@@ -1419,7 +1419,7 @@ TEST_F(TileManagerTilePriorityQueueTest,
host_impl_.tile_manager()->CheckIfMoreTilesNeedToBePreparedForTesting();
EXPECT_FALSE(host_impl_.is_likely_to_require_a_draw());
- host_impl_.resource_pool()->ReleaseResource(resource.Pass());
+ host_impl_.resource_pool()->ReleaseResource(resource.Pass(), 0);
}
} // namespace

Powered by Google App Engine
This is Rietveld 408576698