aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkResourceCache.h
diff options
context:
space:
mode:
authorGravatar reed <reed@google.com>2014-10-03 13:23:30 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-10-03 13:23:31 -0700
commit37c5a815d8ea33247968212ef4cc83394ceee1bc (patch)
tree549847a55767b6deea8428b66068e82b43af13c0 /src/core/SkResourceCache.h
parent9e96aa07dbf1210fd35ae8e0c54d4d9822544e89 (diff)
Speculative revert to diagnose crash in chrome. Revert "Add SkCachedData and use it for SkMipMap"
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
*/