Index: src/core/SkResourceCache.h |
diff --git a/src/core/SkResourceCache.h b/src/core/SkResourceCache.h |
index c50b370eafd927e0aa8fe19bdb7183502ebb3e46..80b905805822ee15560461f81180b0c492d68925 100644 |
--- a/src/core/SkResourceCache.h |
+++ b/src/core/SkResourceCache.h |
@@ -135,6 +135,8 @@ public: |
*/ |
static SkBitmap::Allocator* GetAllocator(); |
+ static SkCachedData* NewCachedData(size_t bytes); |
+ |
/** |
* Call SkDebugf() with diagnostic information about the state of the cache |
*/ |