Index: cc/resources/prioritized_tile_set.h |
diff --git a/cc/resources/prioritized_tile_set.h b/cc/resources/prioritized_tile_set.h |
index 15d0e4f8b48b1b0c609c452439fc616d644e6375..403a68307a527429c543521274fd89ae1eec47e1 100644 |
--- a/cc/resources/prioritized_tile_set.h |
+++ b/cc/resources/prioritized_tile_set.h |
@@ -50,8 +50,8 @@ class CC_EXPORT PrioritizedTileSet { |
void SortBinIfNeeded(ManagedTileBin bin); |
- std::vector<Tile*> tiles_[NUM_BINS]; |
- bool bin_sorted_[NUM_BINS]; |
+ std::vector<Tile*> tiles_[ManagedTileBin_ARRAYSIZE]; |
+ bool bin_sorted_[ManagedTileBin_ARRAYSIZE]; |
}; |
} // namespace cc |