Index: cc/resources/tile_priority.h |
diff --git a/cc/resources/tile_priority.h b/cc/resources/tile_priority.h |
index f8ac9c6c7b0e7a148e929b10a6ab8fbe0392cd24..a0903f12a15e15cd0c49304c1d88b9ee3a6d96c9 100644 |
--- a/cc/resources/tile_priority.h |
+++ b/cc/resources/tile_priority.h |
@@ -134,8 +134,8 @@ scoped_ptr<base::Value> TileMemoryLimitPolicyAsValue( |
enum TreePriority { |
SAME_PRIORITY_FOR_BOTH_TREES, |
SMOOTHNESS_TAKES_PRIORITY, |
- NEW_CONTENT_TAKES_PRIORITY |
- |
+ NEW_CONTENT_TAKES_PRIORITY, |
+ NUM_TREE_PRIORITIES |
// Be sure to update TreePriorityAsValue when adding new fields. |
}; |
scoped_ptr<base::Value> TreePriorityAsValue(TreePriority prio); |