aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkBitmapHeap.h
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2014-11-12 11:08:20 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2014-11-12 11:08:20 -0800
commit703d3c7093f1fb8a40a46d465d9dd5ae60a456d5 (patch)
tree7992eb6cf73e09f09ee6e36041cc66e653739035 /src/core/SkBitmapHeap.h
parent4bf406a478148117df59d91d76843ea0def3fdd8 (diff)
Followup: remove unnecessary SkTRefArray
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.