| Index: include/utils/SkDumpCanvas.h
|
| diff --git a/include/utils/SkDumpCanvas.h b/include/utils/SkDumpCanvas.h
|
| index b853ba686b0fa97ccbd52aa1077f3e291cd3568a..41395e055ac82bc55a89e14c01bdf4e29d9f1f8a 100644
|
| --- a/include/utils/SkDumpCanvas.h
|
| +++ b/include/utils/SkDumpCanvas.h
|
| @@ -108,7 +108,6 @@ protected:
|
| const SkPaint*, SrcRectConstraint) override;
|
| void onDrawBitmapNine(const SkBitmap&, const SkIRect& center, const SkRect& dst,
|
| const SkPaint*) override;
|
| - void onDrawSprite(const SkBitmap&, int left, int top, const SkPaint*) override;
|
| void onDrawVertices(VertexMode vmode, int vertexCount,
|
| const SkPoint vertices[], const SkPoint texs[],
|
| const SkColor colors[], SkXfermode* xmode,
|
|
|