Index: include/effects/SkArithmeticMode.h |
diff --git a/include/effects/SkArithmeticMode.h b/include/effects/SkArithmeticMode.h |
index 3b9585d9baddf0f14fdd9b3c02906afcf9317bf0..9e8df2e5cf7c26d5f2bbbca1aa81c80c458ae22a 100644 |
--- a/include/effects/SkArithmeticMode.h |
+++ b/include/effects/SkArithmeticMode.h |
@@ -18,9 +18,6 @@ public: |
/** |
* result = clamp[k1 * src * dst + k2 * src + k3 * dst + k4] |
* |
- * src and dst are treated as being [0.0 .. 1.0]. The polynomial is |
- * evaluated on their unpremultiplied components. |
- * |
* k1=k2=k3=0, k4=1.0 results in returning opaque white |
* k1=k3=k4=0, k2=1.0 results in returning the src |
* k1=k2=k4=0, k3=1.0 results in returning the dst |