| Index: src/gpu/gl/GrGLEffectMatrix.h
|
| diff --git a/src/gpu/gl/GrGLEffectMatrix.h b/src/gpu/gl/GrGLEffectMatrix.h
|
| index 56dda4563b6384d5f1c0fc0dbf31ab7dc7b53fd2..c5ac5f093a01888bc3641ce3f76a96814f6152d9 100644
|
| --- a/src/gpu/gl/GrGLEffectMatrix.h
|
| +++ b/src/gpu/gl/GrGLEffectMatrix.h
|
| @@ -60,8 +60,6 @@ public:
|
|
|
| GrGLEffectMatrix(CoordsType coordsType)
|
| : fCoordsType(coordsType) {
|
| - SkASSERT(GrEffect::kLocal_CoordsType == coordsType ||
|
| - GrEffect::kPosition_CoordsType == coordsType);
|
| fPrevMatrix = SkMatrix::InvalidMatrix();
|
| }
|
|
|
|
|