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.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/core/SkPictureRecord.h b/src/core/SkPictureRecord.h
index 4b6750cd93..f67573d717 100644
--- a/src/core/SkPictureRecord.h
+++ b/src/core/SkPictureRecord.h
@@ -61,10 +61,6 @@ public:
return fWriter.snapshotAsData();
}
- const SkPictureContentInfo& contentInfo() const {
- return fContentInfo;
- }
-
void setFlags(uint32_t recordFlags) {
fRecordFlags = recordFlags;
}
@@ -104,7 +100,6 @@ private:
size_t offset = fWriter.bytesWritten();
this->predrawNotify();
- fContentInfo.addOperation();
SkASSERT(0 != *size);
SkASSERT(((uint8_t) drawType) == drawType);
@@ -246,8 +241,6 @@ protected:
}
private:
- SkPictureContentInfo fContentInfo;
-
SkTArray<SkPaint> fPaints;
struct PathHash {