| Index: cc/resources/prioritized_tile_set.h
|
| diff --git a/cc/resources/prioritized_tile_set.h b/cc/resources/prioritized_tile_set.h
|
| index 366179b05c8f2a3e64393bfcb35fe52e9efa2070..b9e96773e008483de49b31011c6d3b322a9f6ad2 100644
|
| --- a/cc/resources/prioritized_tile_set.h
|
| +++ b/cc/resources/prioritized_tile_set.h
|
| @@ -53,8 +53,8 @@ class CC_EXPORT PrioritizedTileSet {
|
| void SortBinIfNeeded(ManagedTileBin bin);
|
|
|
| typedef scoped_refptr<Tile> TileRef;
|
| - std::vector<TileRef> tiles_[NUM_BINS];
|
| - bool bin_sorted_[NUM_BINS];
|
| + std::vector<TileRef> tiles_[MAX_BIN + 1];
|
| + bool bin_sorted_[MAX_BIN + 1];
|
| };
|
|
|
| } // namespace cc
|
|
|