Index: cc/resources/resource_pool.h |
diff --git a/cc/resources/resource_pool.h b/cc/resources/resource_pool.h |
index 102b24269c6dfa2d8a489f8b727e59416681a23a..5417b592b4ee8e6c4803f323554998e48249109d 100644 |
--- a/cc/resources/resource_pool.h |
+++ b/cc/resources/resource_pool.h |
@@ -34,7 +34,7 @@ class CC_EXPORT ResourcePool { |
size_t max_resource_count); |
void ReduceResourceUsage(); |
- void CheckBusyResources(); |
+ void CheckBusyResources(bool wait_if_needed); |
size_t total_memory_usage_bytes() const { return memory_usage_bytes_; } |
size_t acquired_memory_usage_bytes() const { |