| Index: src/effects/SkMorphologyImageFilter.cpp
|
| diff --git a/src/effects/SkMorphologyImageFilter.cpp b/src/effects/SkMorphologyImageFilter.cpp
|
| index 4783abdce9380633361a466f0520c246c1c17629..ab3458c55ead6b2ed583c46a9696be0a35b19bf0 100644
|
| --- a/src/effects/SkMorphologyImageFilter.cpp
|
| +++ b/src/effects/SkMorphologyImageFilter.cpp
|
| @@ -469,7 +469,7 @@ GrTexture* apply_morphology(GrTexture* srcTexture,
|
| GrContext::AutoMatrix am;
|
| am.setIdentity(context);
|
|
|
| - GrContext::AutoClip acs(context, GrRect::MakeWH(SkIntToScalar(srcTexture->width()),
|
| + GrContext::AutoClip acs(context, SkRect::MakeWH(SkIntToScalar(srcTexture->width()),
|
| SkIntToScalar(srcTexture->height())));
|
|
|
| GrTextureDesc desc;
|
|
|