aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkResourceCache.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/SkResourceCache.h')
-rw-r--r--src/core/SkResourceCache.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/core/SkResourceCache.h b/src/core/SkResourceCache.h
index 98f6d94cf4..52196985d3 100644
--- a/src/core/SkResourceCache.h
+++ b/src/core/SkResourceCache.h
@@ -10,7 +10,6 @@
#include "SkBitmap.h"
-class SkCachedData;
class SkDiscardableMemory;
class SkMipMap;
@@ -137,8 +136,6 @@ public:
*/
static SkBitmap::Allocator* GetAllocator();
- static SkCachedData* NewCachedData(size_t bytes);
-
/**
* Call SkDebugf() with diagnostic information about the state of the cache
*/
@@ -200,8 +197,6 @@ public:
DiscardableFactory discardableFactory() const { return fDiscardableFactory; }
SkBitmap::Allocator* allocator() const { return fAllocator; };
- SkCachedData* newCachedData(size_t bytes);
-
/**
* Call SkDebugf() with diagnostic information about the state of the cache
*/