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 1f3d72f27d83511d657d5c8d4220e364c996b2c4..45b8fdfd0f1bd733be4b2b3e0082ed7132bf1eba 100644 |
--- a/cc/tiles/software_image_decode_cache.h |
+++ b/cc/tiles/software_image_decode_cache.h |
@@ -273,6 +273,7 @@ class CC_EXPORT SoftwareImageDecodeCache |
// Overriden from base::MemoryCoordinatorClient. |
void OnMemoryStateChange(base::MemoryState state) override; |
+ void OnPurgeMemory() override; |
// Helper method to get the different tasks. Note that this should be used as |
// if it was public (ie, all of the locks need to be properly acquired). |