aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkPictureData.h
diff options
context:
space:
mode:
authorGravatar brianosman <brianosman@google.com>2016-05-03 06:07:38 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-05-03 06:07:38 -0700
commit444f1ba1b7fcca7eca9fda839ca6b613ff31135e (patch)
tree331bcf74d3451c5fd2557d3f48a5ce6023351b56 /src/core/SkPictureData.h
parentdb1adf59890dfd50212ac217eaa2d04e70c0d37c (diff)
Remove SkBitmapHeap and SkBitmapHeapReader. They're unused.
Diffstat (limited to 'src/core/SkPictureData.h')
-rw-r--r--src/core/SkPictureData.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/SkPictureData.h b/src/core/SkPictureData.h
index 78ca25d4ca..ec147f7e21 100644
--- a/src/core/SkPictureData.h
+++ b/src/core/SkPictureData.h
@@ -153,10 +153,6 @@ private:
bool parseBufferTag(SkReadBuffer&, uint32_t tag, uint32_t size);
void flattenToBuffer(SkWriteBuffer&) const;
- // Only used by getBitmap() if the passed in index is SkBitmapHeap::INVALID_SLOT. This empty
- // bitmap allows playback to draw nothing and move on.
- SkBitmap fBadBitmap;
-
SkTArray<SkBitmap> fBitmaps;
SkTArray<SkPaint> fPaints;
SkTArray<SkPath> fPaths;