| Index: src/gpu/effects/GrBitmapTextGeoProc.cpp
|
| diff --git a/src/gpu/effects/GrBitmapTextGeoProc.cpp b/src/gpu/effects/GrBitmapTextGeoProc.cpp
|
| index 633a8806efe82b7abe74d18b1c06abd4786e7430..351ca9c13aaeefe2f70ae52bf2573514112c3c33 100644
|
| --- a/src/gpu/effects/GrBitmapTextGeoProc.cpp
|
| +++ b/src/gpu/effects/GrBitmapTextGeoProc.cpp
|
| @@ -134,7 +134,7 @@ GrBitmapTextGeoProc::GrBitmapTextGeoProc(GrColor color, GrTexture* texture,
|
| : fColor(color)
|
| , fLocalMatrix(localMatrix)
|
| , fUsesLocalCoords(usesLocalCoords)
|
| - , fTextureAccess(texture, params)
|
| + , fTextureAccess(texture, nullptr, params)
|
| , fInColor(nullptr)
|
| , fMaskFormat(format) {
|
| this->initClassID<GrBitmapTextGeoProc>();
|
|
|