diff options
Diffstat (limited to 'src/lazy/SkCachingPixelRef.h')
-rw-r--r-- | src/lazy/SkCachingPixelRef.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lazy/SkCachingPixelRef.h b/src/lazy/SkCachingPixelRef.h index 818db22b19..1057441d5e 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); |