| Index: src/core/SkPictureRecord.cpp
|
| diff --git a/src/core/SkPictureRecord.cpp b/src/core/SkPictureRecord.cpp
|
| index 0383dda3d519fe5ef38586eb2de9190b4782b555..55262ad5710848b53bc14f5d8529b034ecf4a89a 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
|
|
|