Index: cc/resources/tile_priority.h |
diff --git a/cc/resources/tile_priority.h b/cc/resources/tile_priority.h |
index 02aadae9e0a24a1386b74bd1b9145caf1175a211..7831eab95c2e01c6261e974ed047972778b7c58c 100644 |
--- a/cc/resources/tile_priority.h |
+++ b/cc/resources/tile_priority.h |
@@ -110,7 +110,7 @@ struct CC_EXPORT TilePriority { |
std::string TilePriorityBinToString(TilePriority::PriorityBin bin); |
enum TileMemoryLimitPolicy { |
- // Nothing. |
+ // Nothing. This mode is used when visible is set to false. |
ALLOW_NOTHING = 0, |
// You might be made visible, but you're not being interacted with. |
@@ -121,7 +121,6 @@ enum TileMemoryLimitPolicy { |
// You're the only thing in town. Go crazy. |
ALLOW_ANYTHING = 3, // Venti. |
- |
NUM_TILE_MEMORY_LIMIT_POLICIES = 4, |
// NOTE: Be sure to update TreePriorityAsValue and kBinPolicyMap when adding |