| Index: src/effects/SkAlphaThresholdFilter.cpp
|
| diff --git a/src/effects/SkAlphaThresholdFilter.cpp b/src/effects/SkAlphaThresholdFilter.cpp
|
| index 09dc7427e5f63bc843430e29c90176cfda9164a0..f78c9c0b8cd7374c06213707dbb6d14ebbe4e741 100644
|
| --- a/src/effects/SkAlphaThresholdFilter.cpp
|
| +++ b/src/effects/SkAlphaThresholdFilter.cpp
|
| @@ -292,8 +292,7 @@
|
|
|
| while (!iter.done()) {
|
| SkRect rect = SkRect::Make(iter.rect());
|
| - context->drawRect(maskTexture->asRenderTarget(), GrClip::WideOpen(), grPaint,
|
| - in_matrix, rect);
|
| + context->drawRect(maskTexture->asRenderTarget(), grPaint, in_matrix, rect);
|
| iter.next();
|
| }
|
| }
|
|
|