| Index: include/gpu/GrCoordTransform.h
|
| diff --git a/include/gpu/GrCoordTransform.h b/include/gpu/GrCoordTransform.h
|
| index cd3b988f21abc66cf14f0aeabab5ec691833ce7e..09f4ac9dfa436d7da80839731cf680d76c162c74 100644
|
| --- a/include/gpu/GrCoordTransform.h
|
| +++ b/include/gpu/GrCoordTransform.h
|
| @@ -42,7 +42,7 @@ enum GrCoordSet {
|
| */
|
| class GrCoordTransform : SkNoncopyable {
|
| public:
|
| - GrCoordTransform() { SkDEBUGCODE(fInProcessor = false); }
|
| + GrCoordTransform() : fSourceCoords(kLocal_GrCoordSet) { SkDEBUGCODE(fInProcessor = false); }
|
|
|
| /**
|
| * Create a transformation that maps [0, 1] to a texture's boundaries. The precision is inferred
|
|
|