Index: include/core/SkImageGenerator.h |
diff --git a/include/core/SkImageGenerator.h b/include/core/SkImageGenerator.h |
index fdafa0b87beed054808b9e99c22f06f1f423e9f0..b91aa653a5328cb6772668a7bd557b6c306be85c 100644 |
--- a/include/core/SkImageGenerator.h |
+++ b/include/core/SkImageGenerator.h |
@@ -30,9 +30,9 @@ class SkPicture; |
* If generator is NULL, will safely return false. |
* |
* 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(). |
+ * installed into destination is destroyed, it will |
+ * delete the generator. Therefore, generator should be |
+ * allocated with new. |
* |
* @param destination Upon success, this bitmap will be |
* configured and have a pixelref installed. |