Index: src/effects/SkMorphologyImageFilter.cpp |
diff --git a/src/effects/SkMorphologyImageFilter.cpp b/src/effects/SkMorphologyImageFilter.cpp |
index 9ecf0c2266c341768ccec0b508e3e68e4556d44b..33b56a1612987e51ffd946942e381d2bae034df0 100644 |
--- a/src/effects/SkMorphologyImageFilter.cpp |
+++ b/src/effects/SkMorphologyImageFilter.cpp |
@@ -668,7 +668,7 @@ bool apply_morphology(const SkBitmap& input, |
if (radius.fWidth > 0) { |
GrTexture* texture = context->textureProvider()->refScratchTexture( |
- desc, GrTextureProvider::kApprox_ScratchTexMatch); |
+ desc, GrTextureProvider::kApprox_ScratchMatch); |
if (NULL == texture) { |
return false; |
} |
@@ -686,7 +686,7 @@ bool apply_morphology(const SkBitmap& input, |
} |
if (radius.fHeight > 0) { |
GrTexture* texture = context->textureProvider()->refScratchTexture(desc, |
- GrTextureProvider::kApprox_ScratchTexMatch); |
+ GrTextureProvider::kApprox_ScratchMatch); |
if (NULL == texture) { |
return false; |
} |