| Index: src/gpu/SkGpuDevice.cpp
|
| diff --git a/src/gpu/SkGpuDevice.cpp b/src/gpu/SkGpuDevice.cpp
|
| index 6f4d1a6f99ea6b83fc5ac1ae99a78704678e8228..367ad5022917021684da0f4f84ee3d07a3bf93b5 100644
|
| --- a/src/gpu/SkGpuDevice.cpp
|
| +++ b/src/gpu/SkGpuDevice.cpp
|
| @@ -592,7 +592,7 @@ bool draw_with_mask_filter(GrContext* context, const SkPath& devPath,
|
| }
|
| SkAutoMaskFreeImage autoSrc(srcM.fImage);
|
|
|
| - if (!filter->filterMask(&dstM, srcM, context->getMatrix(), NULL)) {
|
| + if (!filter->filterMask(&dstM, srcM, context->getMatrix(), NULL, NULL)) {
|
| return false;
|
| }
|
| // this will free-up dstM when we're done (allocated in filterMask())
|
|
|