Index: src/gpu/SkGpuDevice.cpp |
diff --git a/src/gpu/SkGpuDevice.cpp b/src/gpu/SkGpuDevice.cpp |
index 040cea83561e3abb2c5f277c3f55b34aa4367e74..f8376c0e8e2a17affab6b3d63079d2f2daee6996 100644 |
--- a/src/gpu/SkGpuDevice.cpp |
+++ b/src/gpu/SkGpuDevice.cpp |
@@ -582,7 +582,8 @@ bool draw_mask(GrContext* context, const SkMatrix& viewMatrix, const SkRect& mas |
matrix.setTranslate(-maskRect.fLeft, -maskRect.fTop); |
matrix.postIDiv(mask->width(), mask->height()); |
- grp->addCoverageProcessor(GrSimpleTextureEffect::Create(mask, matrix))->unref(); |
+ grp->addCoverageProcessor(GrSimpleTextureEffect::Create(mask, matrix, |
+ kDevice_GrCoordSet))->unref(); |
context->drawRect(*grp, SkMatrix::I(), maskRect); |
return true; |
} |