aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkPictureRecord.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/SkPictureRecord.h')
-rw-r--r--src/core/SkPictureRecord.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/SkPictureRecord.h b/src/core/SkPictureRecord.h
index eca42aa57a..2614496ba6 100644
--- a/src/core/SkPictureRecord.h
+++ b/src/core/SkPictureRecord.h
@@ -20,7 +20,6 @@
#include "SkWriter32.h"
class SkBBoxHierarchy;
-class SkOffsetTable;
class SkPictureStateTree;
// These macros help with packing and unpacking a single byte value and
@@ -157,7 +156,6 @@ private:
}
// The command at 'offset' in the skp uses the specified bitmap
- void trackBitmapUse(int bitmapID, size_t offset);
int addBitmap(const SkBitmap& bitmap);
void addMatrix(const SkMatrix& matrix);
const SkFlatData* addPaint(const SkPaint& paint) { return this->addPaintPtr(&paint); }
@@ -298,8 +296,6 @@ private:
bool fOptsEnabled;
int fInitialSaveCount;
- SkAutoTUnref<SkOffsetTable> fBitmapUseOffsets;
-
friend class SkPicturePlayback;
friend class SkPictureTester; // for unit testing