Index: cc/tile_priority.h |
diff --git a/cc/tile_priority.h b/cc/tile_priority.h |
index 929680e1c7e6f190cf71c702dfb2f0900e257f29..615bc75a6f886eb7246fb3988fb15279c0a3ac78 100644 |
--- a/cc/tile_priority.h |
+++ b/cc/tile_priority.h |
@@ -18,7 +18,8 @@ enum WhichTree { |
// Note: these must be 0 and 1 because we index with them in various places, |
// e.g. in Tile::priority_. |
ACTIVE_TREE = 0, |
- PENDING_TREE = 1 |
+ PENDING_TREE = 1, |
+ NUM_TREES = 2 |
}; |
enum TileResolution { |