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, 1 insertions, 1 deletions
diff --git a/src/gpu/gl/GrGLEffectMatrix.h b/src/gpu/gl/GrGLEffectMatrix.h
index 9c05c573b1..974e001e62 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();
}