| Index: include/gpu/GrPaint.h
|
| diff --git a/include/gpu/GrPaint.h b/include/gpu/GrPaint.h
|
| index 41b838cb3540b79ba63ab839e234bf6eda2dccc9..d60b47ffc3902e2d88d2ba6d8d8218251456782d 100644
|
| --- a/include/gpu/GrPaint.h
|
| +++ b/include/gpu/GrPaint.h
|
| @@ -151,15 +151,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;
|
|
|