Index: include/gpu/GrPaint.h |
diff --git a/include/gpu/GrPaint.h b/include/gpu/GrPaint.h |
index d597abbe27599db3d76c383b6310956ed26a787d..da90a6cc1989574013ede8ba98c0a0689fb0b029 100644 |
--- a/include/gpu/GrPaint.h |
+++ b/include/gpu/GrPaint.h |
@@ -160,15 +160,6 @@ public: |
* 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) { |
- fColorStages[i].localCoordChange(oldToNew); |
- } |
- for (int i = 0; i < fCoverageStages.count(); ++i) { |
- fCoverageStages[i].localCoordChange(oldToNew); |
- } |
- } |
- |
bool localCoordChangeInverse(const SkMatrix& newToOld) { |
SkMatrix oldToNew; |
bool computed = false; |