Chromium Code Reviews| Index: cc/tile.h |
| diff --git a/cc/tile.h b/cc/tile.h |
| index d438d8ef94408ab933df259a0f1f839d3b3ed2a6..b654a37c41ac92c2b03996abee3f9af373b32208 100644 |
| --- a/cc/tile.h |
| +++ b/cc/tile.h |
| @@ -95,7 +95,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_; |
| }; |