| Index: src/lazy/SkCachingPixelRef.h
|
| diff --git a/src/lazy/SkCachingPixelRef.h b/src/lazy/SkCachingPixelRef.h
|
| index 818db22b19b5390f68d508bd1a270134161c626d..1057441d5e4b1d7d5053c25f2696238687d33ee7 100644
|
| --- a/src/lazy/SkCachingPixelRef.h
|
| +++ b/src/lazy/SkCachingPixelRef.h
|
| @@ -35,8 +35,8 @@ public:
|
| *
|
| * If Install fails or when the SkCachingPixelRef 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`.
|
| */
|
| static bool Install(SkImageGenerator* gen, SkBitmap* dst);
|
|
|
|
|