aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/GrGLEffectMatrix.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/gl/GrGLEffectMatrix.h')
-rw-r--r--src/gpu/gl/GrGLEffectMatrix.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gpu/gl/GrGLEffectMatrix.h b/src/gpu/gl/GrGLEffectMatrix.h
index 56dda4563b..c5ac5f093a 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();
}