| Index: include/utils/SkNWayCanvas.h
|
| diff --git a/include/utils/SkNWayCanvas.h b/include/utils/SkNWayCanvas.h
|
| index 02f8c35d368282b1c00af86b21cc9ee27c1811a5..a60836be5743222cf4f9701fb5ec60427808ffca 100644
|
| --- a/include/utils/SkNWayCanvas.h
|
| +++ b/include/utils/SkNWayCanvas.h
|
| @@ -65,6 +65,7 @@
|
| 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,
|
|
|