| Index: cc/tiles/software_image_decode_cache.h
|
| diff --git a/cc/tiles/software_image_decode_cache.h b/cc/tiles/software_image_decode_cache.h
|
| index 9032385278dd3207dd2fcad71f86daae236ae9a7..c0067a6e547165c1d04e66cd6d33d8c51d5cfcdf 100644
|
| --- a/cc/tiles/software_image_decode_cache.h
|
| +++ b/cc/tiles/software_image_decode_cache.h
|
| @@ -130,6 +130,7 @@ class CC_EXPORT SoftwareImageDecodeCache
|
| // Software doesn't keep outstanding images pinned, so this is a no-op.
|
| void SetShouldAggressivelyFreeResources(
|
| bool aggressively_free_resources) override {}
|
| + void ClearCache() override;
|
|
|
| // Decode the given image and store it in the cache. This is only called by an
|
| // image decode task from a worker thread.
|
|
|