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

Unified Diff: cc/resources/tile_manager_perftest.cc

Issue 23658023: Fix some missing const reference on function parameter. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 3 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/raster_worker_pool_perftest.cc ('k') | cc/resources/worker_pool_perftest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/tile_manager_perftest.cc
diff --git a/cc/resources/tile_manager_perftest.cc b/cc/resources/tile_manager_perftest.cc
index 49651322544a3c5de4e094f2f90bd6d922090bb0..d62be5f7c8c43b4df33e52789c536623add48c92 100644
--- a/cc/resources/tile_manager_perftest.cc
+++ b/cc/resources/tile_manager_perftest.cc
@@ -126,7 +126,7 @@ class TileManagerPerfTest : public testing::Test {
CreateBinTiles(count - 3 * count_per_bin, NEVER_BIN, tiles);
}
- void RunManageTilesTest(const std::string test_name,
+ void RunManageTilesTest(const std::string& test_name,
unsigned tile_count,
unsigned priority_change_percent) {
DCHECK_GE(tile_count, 100u);
« no previous file with comments | « cc/resources/raster_worker_pool_perftest.cc ('k') | cc/resources/worker_pool_perftest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698