| Index: src/core/SkImageFilter.cpp
|
| diff --git a/src/core/SkImageFilter.cpp b/src/core/SkImageFilter.cpp
|
| index 0a5aca85edd2abf8a98c4f675114565f935afae0..86bc35baa9fd9eec2476515e92d2c0e75730d38a 100644
|
| --- a/src/core/SkImageFilter.cpp
|
| +++ b/src/core/SkImageFilter.cpp
|
| @@ -258,7 +258,7 @@ bool SkImageFilter::filterImageGPU(Proxy* proxy, const SkBitmap& src, const Cont
|
| desc.fConfig = kRGBA_8888_GrPixelConfig;
|
|
|
| SkAutoTUnref<GrTexture> dst(context->textureProvider()->refScratchTexture(
|
| - desc, GrTextureProvider::kApprox_ScratchTexMatch));
|
| + desc, GrTextureProvider::kApprox_ScratchMatch));
|
| if (!dst) {
|
| return false;
|
| }
|
|
|