| Index: src/utils/SkGatherPixelRefsAndRects.h
|
| diff --git a/src/utils/SkGatherPixelRefsAndRects.h b/src/utils/SkGatherPixelRefsAndRects.h
|
| index 5d980aaf5fd44080560899763a7fddb05ea4f2ec..831722ac502715172f0ab72ba182a7a61a2dc23b 100644
|
| --- a/src/utils/SkGatherPixelRefsAndRects.h
|
| +++ b/src/utils/SkGatherPixelRefsAndRects.h
|
| @@ -270,6 +270,9 @@ protected:
|
| const SkPaint& paint) SK_OVERRIDE {
|
| this->drawPoints(draw, SkCanvas::kPolygon_PointMode, vertexCount, verts, paint);
|
| }
|
| + virtual void drawPatch(const SkDraw&, const SkPatch& patch, const SkPaint& paint) SK_OVERRIDE {
|
| + //TODO
|
| + }
|
| virtual void drawDevice(const SkDraw&, SkBaseDevice*, int x, int y,
|
| const SkPaint&) SK_OVERRIDE {
|
| NothingToDo();
|
|
|