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

Unified Diff: cc/resources/tile_manager_perftest.cc

Issue 22911037: cc: Add DEFINE_ENUM macro. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 4 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/tile_manager.cc ('k') | cc/resources/tile_priority.h » ('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 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);
« no previous file with comments | « cc/resources/tile_manager.cc ('k') | cc/resources/tile_priority.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698