aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkBitmapHeap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/SkBitmapHeap.h')
-rw-r--r--src/core/SkBitmapHeap.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/core/SkBitmapHeap.h b/src/core/SkBitmapHeap.h
index 56ed3584e8..148ae132a4 100644
--- a/src/core/SkBitmapHeap.h
+++ b/src/core/SkBitmapHeap.h
@@ -13,7 +13,6 @@
#include "SkRefCnt.h"
#include "SkTDArray.h"
#include "SkThread.h"
-#include "SkTRefArray.h"
/**
* SkBitmapHeapEntry provides users of SkBitmapHeap (using internal storage) with a means to...
@@ -114,14 +113,6 @@ public:
virtual ~SkBitmapHeap();
/**
- * Makes a shallow copy of all bitmaps currently in the heap and returns them as an array. The
- * array indices match their position in the heap.
- *
- * @return a ptr to an array of bitmaps or NULL if external storage is being used.
- */
- SkTRefArray<SkBitmap>* extractBitmaps() const;
-
- /**
* Retrieves the bitmap from the specified slot in the heap
*
* @return The bitmap located at that slot or NULL if external storage is being used.