| Index: src/gpu/gl/GrGLEffectMatrix.h
|
| diff --git a/src/gpu/gl/GrGLEffectMatrix.h b/src/gpu/gl/GrGLEffectMatrix.h
|
| index 9c05c573b147cee3f4cd603721b2b06f58e0b22f..974e001e6203671482d1ec7a402940f493376085 100644
|
| --- a/src/gpu/gl/GrGLEffectMatrix.h
|
| +++ b/src/gpu/gl/GrGLEffectMatrix.h
|
| @@ -60,7 +60,7 @@ public:
|
|
|
| GrGLEffectMatrix(CoordsType coordsType)
|
| : fCoordsType(coordsType) {
|
| - GrAssert(GrEffect::kLocal_CoordsType == coordsType ||
|
| + SkASSERT(GrEffect::kLocal_CoordsType == coordsType ||
|
| GrEffect::kPosition_CoordsType == coordsType);
|
| fPrevMatrix = SkMatrix::InvalidMatrix();
|
| }
|
|
|