| Index: include/utils/SkLuaCanvas.h
|
| diff --git a/include/utils/SkLuaCanvas.h b/include/utils/SkLuaCanvas.h
|
| index f07af0695bf9b78c5d7ac7cf2dcd22d5350098f5..270be8a6d3eecfa2381c9c3c1952380150a15361 100644
|
| --- a/include/utils/SkLuaCanvas.h
|
| +++ b/include/utils/SkLuaCanvas.h
|
| @@ -54,7 +54,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,
|
|
|