Index: content/common/gpu/gpu_memory_uma_stats.h |
diff --git a/content/common/gpu/gpu_memory_uma_stats.h b/content/common/gpu/gpu_memory_uma_stats.h |
index dbea5c28478244d522ac1bcaea604b1b7a9aa329..8f67aeba76cc2116230ce0db46848441fed5170e 100644 |
--- a/content/common/gpu/gpu_memory_uma_stats.h |
+++ b/content/common/gpu/gpu_memory_uma_stats.h |
@@ -17,8 +17,7 @@ struct GPUMemoryUmaStats { |
bytes_allocated_max(0), |
bytes_limit(0), |
client_count(0), |
- context_group_count(0), |
- window_count(0) { |
+ context_group_count(0) { |
} |
// The number of bytes currently allocated. |