| Index: cc/resources/tile_priority.h
|
| diff --git a/cc/resources/tile_priority.h b/cc/resources/tile_priority.h
|
| index 3466d17376782e975b286c8eda734cc8cd31776c..c128b90eb8ad2310da6f65e11006c3d447c79cd0 100644
|
| --- a/cc/resources/tile_priority.h
|
| +++ b/cc/resources/tile_priority.h
|
| @@ -176,12 +176,14 @@ class GlobalStateThatImpactsTilePriority {
|
| GlobalStateThatImpactsTilePriority()
|
| : memory_limit_policy(ALLOW_NOTHING)
|
| , memory_limit_in_bytes(0)
|
| + , unused_memory_limit_in_bytes(0)
|
| , tree_priority(SAME_PRIORITY_FOR_BOTH_TREES) {
|
| }
|
|
|
| TileMemoryLimitPolicy memory_limit_policy;
|
|
|
| size_t memory_limit_in_bytes;
|
| + size_t unused_memory_limit_in_bytes;
|
|
|
| TreePriority tree_priority;
|
|
|
|
|