Index: cc/resource_provider.h |
diff --git a/cc/resource_provider.h b/cc/resource_provider.h |
index 45b99eb85d825585823bd3558741fe3909381141..de8960ffabaa8c76ee21d350ca00ee662da4c1d8 100644 |
--- a/cc/resource_provider.h |
+++ b/cc/resource_provider.h |
@@ -102,6 +102,7 @@ public: |
size_t numBlockingUploads(); |
void markPendingUploadsAsNonBlocking(); |
double estimatedUploadsPerSecond(); |
+ void flushUploads(); |
// Flush all context operations, kicking uploads and ensuring ordering with |
// respect to other contexts. |