Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(100)

Unified Diff: src/core/SkBitmapHeap.h

Issue 719113004: Followup: remove unnecessary SkTRefArray (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: count Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/core/SkBitmapHeap.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/core/SkBitmapHeap.h
diff --git a/src/core/SkBitmapHeap.h b/src/core/SkBitmapHeap.h
index 56ed3584e81c01a32be1b0704336929837ae2580..148ae132a4a5b9ddaf7ff5a65763a39e23a7aeab 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.
« no previous file with comments | « no previous file | src/core/SkBitmapHeap.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698