| Index: cc/resource_provider.h
|
| diff --git a/cc/resource_provider.h b/cc/resource_provider.h
|
| index 70d4ad1a251a6d21893dcb9425aa3c64b82efdbc..5b31139bdee2748d7afe8febd68db9ac9b609831 100644
|
| --- a/cc/resource_provider.h
|
| +++ b/cc/resource_provider.h
|
| @@ -99,6 +99,7 @@ public:
|
| void markPendingUploadsAsNonBlocking();
|
| double estimatedUploadsPerSecond();
|
| void flushUploads();
|
| + void releaseCachedData();
|
|
|
| // Flush all context operations, kicking uploads and ensuring ordering with
|
| // respect to other contexts.
|
|
|