| Index: cc/resources/tile_manager_perftest.cc
|
| diff --git a/cc/resources/tile_manager_perftest.cc b/cc/resources/tile_manager_perftest.cc
|
| index 336fa57668570441868f10f5f8cbf13000b50997..071e3d0a01063c39246d3c5e71975b7359093000 100644
|
| --- a/cc/resources/tile_manager_perftest.cc
|
| +++ b/cc/resources/tile_manager_perftest.cc
|
| @@ -139,7 +139,7 @@ class TileManagerPerfTest : public testing::Test {
|
|
|
| void CreateTiles(int count, TileBinVector* tiles) {
|
| // Roughly an equal amount of all bins.
|
| - int count_per_bin = count / NUM_BINS;
|
| + int count_per_bin = count / ManagedTileBin_ARRAYSIZE;
|
| CreateBinTiles(count_per_bin, NOW_BIN, tiles);
|
| CreateBinTiles(count_per_bin, SOON_BIN, tiles);
|
| CreateBinTiles(count_per_bin, EVENTUALLY_BIN, tiles);
|
|
|