| Index: src/core/SkBitmapProcShader.cpp
|
| diff --git a/src/core/SkBitmapProcShader.cpp b/src/core/SkBitmapProcShader.cpp
|
| index 3dd528dbda687333803bd4bb6b1729bca8291e65..70f692acf4387ed3ca3d49c92057b75ca2212488 100644
|
| --- a/src/core/SkBitmapProcShader.cpp
|
| +++ b/src/core/SkBitmapProcShader.cpp
|
| @@ -392,7 +392,7 @@ const GrFragmentProcessor* SkBitmapProcShader::asFragmentProcessor(GrContext* co
|
| GrSkFilterQualityToGrFilterMode(filterQuality, viewM, this->getLocalMatrix(),
|
| &doBicubic);
|
| GrTextureParams params(tm, textureFilterMode);
|
| - SkAutoTUnref<GrTexture> texture(GrRefCachedBitmapTexture(context, fRawBitmap, ¶ms));
|
| + SkAutoTUnref<GrTexture> texture(GrRefCachedBitmapTexture(context, fRawBitmap, params));
|
|
|
| if (!texture) {
|
| SkErrorInternals::SetError( kInternalError_SkError,
|
|
|