Chromium Code Reviews| Index: cc/tile.h |
| diff --git a/cc/tile.h b/cc/tile.h |
| index 7428a3c3c32b9bde5a0f9e092552ef270424df70..e02415a90734ed1bdfa8fccf95137d5064ef39cc 100644 |
| --- a/cc/tile.h |
| +++ b/cc/tile.h |
| @@ -97,7 +97,7 @@ class CC_EXPORT Tile : public base::RefCounted<Tile> { |
| float contents_scale_; |
| gfx::Rect opaque_rect_; |
| - TilePriority priority_[2]; |
| + TilePriority priority_[NUM_BIN_PRIORITIES]; |
| ManagedTileState managed_state_; |
| }; |