| Index: src/gpu/SkGpuDevice.cpp
|
| diff --git a/src/gpu/SkGpuDevice.cpp b/src/gpu/SkGpuDevice.cpp
|
| index 6a7748f88b09e95b66e812fa0be00c836b1948ad..47282815c447f25276610b5897f324352d1123d7 100644
|
| --- a/src/gpu/SkGpuDevice.cpp
|
| +++ b/src/gpu/SkGpuDevice.cpp
|
| @@ -606,7 +606,6 @@ bool draw_with_mask_filter(GrContext* context, const SkPath& devPath,
|
| return false;
|
| }
|
| // this will free-up dstM when we're done (allocated in filterMask())
|
| - SkAutoMaskFreeImage autoDst(dstM.fImage);
|
|
|
| if (clip.quickReject(dstM.fBounds)) {
|
| return false;
|
|
|