| Index: src/core/SkDraw.cpp
|
| diff --git a/src/core/SkDraw.cpp b/src/core/SkDraw.cpp
|
| index 232973488e82d388143f5fa3f1d2760fc7d23d13..0cdd3a19dc0038b3d08b71211baf80ffb96ff0ed 100644
|
| --- a/src/core/SkDraw.cpp
|
| +++ b/src/core/SkDraw.cpp
|
| @@ -1965,7 +1965,6 @@ void SkDraw::drawVertices(SkCanvas::VertexMode vmode, int count,
|
|
|
| void SkDraw::validate() const {
|
| SkASSERT(fMatrix != nullptr);
|
| - SkASSERT(fClip != nullptr);
|
| SkASSERT(fRC != nullptr);
|
|
|
| const SkIRect& cr = fRC->getBounds();
|
| @@ -2041,7 +2040,6 @@ static void draw_into_mask(const SkMask& mask, const SkPath& devPath, SkPaint::S
|
| -SkIntToScalar(mask.fBounds.fTop));
|
|
|
| draw.fRC = &clip;
|
| - draw.fClip = &clip.bwRgn();
|
| draw.fMatrix = &matrix;
|
| paint.setAntiAlias(true);
|
| paint.setStyle(style);
|
|
|