Index: src/gpu/effects/GrBitmapTextGeoProc.cpp |
diff --git a/src/gpu/effects/GrBitmapTextGeoProc.cpp b/src/gpu/effects/GrBitmapTextGeoProc.cpp |
index ade0904c0174125f11c22eefe2f89e015781906e..a5d8ba9e5ffe42a865e2b5f0957fca341332f2c6 100644 |
--- a/src/gpu/effects/GrBitmapTextGeoProc.cpp |
+++ b/src/gpu/effects/GrBitmapTextGeoProc.cpp |
@@ -119,7 +119,8 @@ private: |
GrBitmapTextGeoProc::GrBitmapTextGeoProc(GrColor color, GrTexture* texture, |
const GrTextureParams& params, GrMaskFormat format, |
const SkMatrix& localMatrix) |
- : INHERITED(color, SkMatrix::I(), localMatrix) |
+ : INHERITED(SkMatrix::I(), localMatrix) |
+ , fColor(color) |
, fTextureAccess(texture, params) |
, fInColor(NULL) |
, fMaskFormat(format) { |