diff options
Diffstat (limited to 'src/core/SkPictureRecord.cpp')
-rw-r--r-- | src/core/SkPictureRecord.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/SkPictureRecord.cpp b/src/core/SkPictureRecord.cpp index 0383dda3d5..55262ad571 100644 --- a/src/core/SkPictureRecord.cpp +++ b/src/core/SkPictureRecord.cpp @@ -209,9 +209,6 @@ static DrawType peek_op_and_size(SkWriter32* writer, size_t offset, uint32_t* si #endif//SK_DEBUG void SkPictureRecord::willRestore() { - // FIXME: SkDeferredCanvas needs to be refactored to respect - // save/restore balancing so that the following test can be - // turned on permanently. #if 0 SkASSERT(fRestoreOffsetStack.count() > 1); #endif |