Index: src/core/SkPictureRecord.cpp |
diff --git a/src/core/SkPictureRecord.cpp b/src/core/SkPictureRecord.cpp |
index 042e6a39cb9602bf929b8cfaed6e7bbd57c5353a..babf1e47f174529ee72c564ebe365f4b77131f00 100644 |
--- a/src/core/SkPictureRecord.cpp |
+++ b/src/core/SkPictureRecord.cpp |
@@ -139,11 +139,6 @@ static inline uint32_t getPaintOffset(DrawType op, uint32_t opSize) { |
return gPaintOffsets[op] * sizeof(uint32_t) + overflow; |
} |
-SkBaseDevice* SkPictureRecord::setDevice(SkBaseDevice* device) { |
- SkDEBUGFAIL("eeek, don't try to change the device on a recording canvas"); |
- return this->INHERITED::setDevice(device); |
-} |
- |
int SkPictureRecord::save(SaveFlags flags) { |
#ifdef SK_COLLAPSE_MATRIX_CLIP_STATE |