| Index: src/core/SkPictureRecord.h
|
| diff --git a/src/core/SkPictureRecord.h b/src/core/SkPictureRecord.h
|
| index 3ce0007a3cd2814b8e39c875edad92711e07f2c3..98ba6084f18a47146663499cb51d5e7912a1606a 100644
|
| --- a/src/core/SkPictureRecord.h
|
| +++ b/src/core/SkPictureRecord.h
|
| @@ -96,8 +96,8 @@ private:
|
| */
|
| size_t addDraw(DrawType drawType, size_t* size) {
|
| size_t offset = fWriter.bytesWritten();
|
| -
|
| - this->predrawNotify();
|
| + //TODO: CHECK.
|
| + //this->predrawNotify();
|
| fContentInfo.addOperation();
|
|
|
| SkASSERT(0 != *size);
|
|
|