| Index: include/core/SkImageGenerator.h
|
| diff --git a/include/core/SkImageGenerator.h b/include/core/SkImageGenerator.h
|
| index d5885babd7590941fd0a46c24d39c4d3738b7fab..aa9a6d115778c8cae65355f2d8a1798f5550b3ff 100644
|
| --- a/include/core/SkImageGenerator.h
|
| +++ b/include/core/SkImageGenerator.h
|
| @@ -144,9 +144,9 @@ public:
|
| * Regarding the SkImageUsageType parameter:
|
| *
|
| * If the context (the provided one or the generator's intrinsic one) determines that to
|
| - * support the specified usage, it must return a different sized texture (from the generator's
|
| - * native size) it may, so the caller must inspect the texture's width/height
|
| - * (unless kUntiled_SkImageUsedType was specified).
|
| + * support the specified usage, it must return a different sized texture it may,
|
| + * so the caller must inspect the texture's width/height and compare them to the generator's
|
| + * getInfo() width/height.
|
| */
|
| GrTexture* generateTexture(GrContext*, SkImageUsageType);
|
|
|
|
|