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