| Index: cc/tiles/software_image_decode_controller.h
|
| diff --git a/cc/tiles/software_image_decode_controller.h b/cc/tiles/software_image_decode_controller.h
|
| index d34fd1a52280b216029372b408d257e181f28c53..d1601d6fefa2c35a2f13088b23b034c49ebe9c5d 100644
|
| --- a/cc/tiles/software_image_decode_controller.h
|
| +++ b/cc/tiles/software_image_decode_controller.h
|
| @@ -260,6 +260,7 @@ class CC_EXPORT SoftwareImageDecodeController
|
| void RefImage(const ImageKey& key);
|
| void RefAtRasterImage(const ImageKey& key);
|
| void UnrefAtRasterImage(const ImageKey& key);
|
| + void ReduceCacheUsageInternal(size_t max_items);
|
|
|
| // Helper function which dumps all images in a specific ImageMRUCache.
|
| void DumpImageMemoryForCache(const ImageMRUCache& cache,
|
|
|