Chromium Code Reviews| Index: src/core/SkColorSpace_Base.h |
| diff --git a/src/core/SkColorSpace_Base.h b/src/core/SkColorSpace_Base.h |
| index 31f96dd7f9dde6552acd430b04071c9ad7cd4eaa..bcb9190980c0eff4685f22254ffb9de518ba14cf 100644 |
| --- a/src/core/SkColorSpace_Base.h |
| +++ b/src/core/SkColorSpace_Base.h |
| @@ -41,7 +41,7 @@ struct SkGammas : SkRefCnt { |
| } |
| }; |
| - // Contains the parameters for a parametric curve. |
| + // TODO: Delete this and use SkTransferFn. |
| struct Params { |
| // Y = (aX + b)^g + c for X >= d |
| // Y = eX + f otherwise |