Index: include/gpu/GrPaint.h |
diff --git a/include/gpu/GrPaint.h b/include/gpu/GrPaint.h |
index 17bb11811f597b928d762bfa57d089de371d7166..d597abbe27599db3d76c383b6310956ed26a787d 100644 |
--- a/include/gpu/GrPaint.h |
+++ b/include/gpu/GrPaint.h |
@@ -157,9 +157,8 @@ public: |
bool isOpaqueAndConstantColor(GrColor* constantColor) const; |
/** |
- * Called when the source coord system from which geometry is rendered changes. It ensures that |
- * the local coordinates seen by effects remains unchanged. oldToNew gives the transformation |
- * from the previous coord system to the new coord system. |
+ * DO NOT USE THESE |
+ * TODO Remove remaining use cases and delete these |
*/ |
void localCoordChange(const SkMatrix& oldToNew) { |
for (int i = 0; i < fColorStages.count(); ++i) { |