Index: src/gpu/effects/GrBitmapTextGeoProc.cpp |
diff --git a/src/gpu/effects/GrBitmapTextGeoProc.cpp b/src/gpu/effects/GrBitmapTextGeoProc.cpp |
index 44de98a348d75f0b279aedcd9ed6d5b5b9fcca69..936bf32c35d1edeaf33d5d68f06089f2b942e2be 100644 |
--- a/src/gpu/effects/GrBitmapTextGeoProc.cpp |
+++ b/src/gpu/effects/GrBitmapTextGeoProc.cpp |
@@ -93,7 +93,7 @@ private: |
GrBitmapTextGeoProc::GrBitmapTextGeoProc(GrColor color, GrTexture* texture, |
const GrTextureParams& params, bool useColorAttrib, |
bool opaqueVertexColors, const SkMatrix& localMatrix) |
- : INHERITED(color, opaqueVertexColors, localMatrix) |
+ : INHERITED(color, SkMatrix::I(), localMatrix, opaqueVertexColors) |
, fTextureAccess(texture, params) |
, fInColor(NULL) { |
this->initClassID<GrBitmapTextGeoProc>(); |