| Index: src/core/SkImageGeneratorPriv.h
|
| diff --git a/src/core/SkImageGeneratorPriv.h b/src/core/SkImageGeneratorPriv.h
|
| index e55f43df8beabe35205e1c26a8334b2816e268e7..5d018bcb79cfd4d803a74529155f52fc980ab293 100644
|
| --- a/src/core/SkImageGeneratorPriv.h
|
| +++ b/src/core/SkImageGeneratorPriv.h
|
| @@ -21,8 +21,8 @@
|
| *
|
| * If this fails or when the SkDiscardablePixelRef that is
|
| * installed into destination is destroyed, it will call
|
| - * SkDELETE() on the generator. Therefore, generator should be
|
| - * allocated with SkNEW() or SkNEW_ARGS().
|
| + * `delete` on the generator. Therefore, generator should be
|
| + * allocated with `new`.
|
| *
|
| * @param destination Upon success, this bitmap will be
|
| * configured and have a pixelref installed.
|
|
|