| Index: src/effects/SkLayerRasterizer.cpp
|
| diff --git a/src/effects/SkLayerRasterizer.cpp b/src/effects/SkLayerRasterizer.cpp
|
| index 91502b7e8446d8ebe5434db7d573a4a0221ac9cb..39e3e231ef1adc3614a20b14b66d5110d1ba7ff2 100644
|
| --- a/src/effects/SkLayerRasterizer.cpp
|
| +++ b/src/effects/SkLayerRasterizer.cpp
|
| @@ -129,7 +129,6 @@ bool SkLayerRasterizer::onRasterize(const SkPath& path, const SkMatrix& matrix,
|
|
|
| draw.fMatrix = &drawMatrix;
|
| draw.fRC = &rectClip;
|
| - draw.fClip = &rectClip.bwRgn();
|
| // we set the matrixproc in the loop, as the matrix changes each time (potentially)
|
|
|
| SkDeque::F2BIter iter(*fLayers);
|
|
|