Chromium Code Reviews| Index: src/core/SkResourceCache.h |
| diff --git a/src/core/SkResourceCache.h b/src/core/SkResourceCache.h |
| index 665c0be498518008c3531728d0680ab6bcee25c6..98f6d94cf4723fb65d4be3741c4d43ad7de3b77e 100644 |
| --- a/src/core/SkResourceCache.h |
| +++ b/src/core/SkResourceCache.h |
| @@ -137,6 +137,8 @@ public: |
| */ |
| static SkBitmap::Allocator* GetAllocator(); |
| + static SkCachedData* NewCachedData(size_t bytes); |
| + |
| /** |
| * Call SkDebugf() with diagnostic information about the state of the cache |
| */ |