| Index: src/utils/SkLuaCanvas.cpp
|
| diff --git a/src/utils/SkLuaCanvas.cpp b/src/utils/SkLuaCanvas.cpp
|
| index 8fe1aa2bbfa4c0faca8dd3e128c47fe93572f697..baa9a90ffdc7d9250f10e2049c0c2990bfdeb88e 100644
|
| --- a/src/utils/SkLuaCanvas.cpp
|
| +++ b/src/utils/SkLuaCanvas.cpp
|
| @@ -223,14 +223,6 @@ void SkLuaCanvas::drawBitmapRectToRect(const SkBitmap& bitmap, const SkRect* src
|
| }
|
| }
|
|
|
| -void SkLuaCanvas::drawBitmapMatrix(const SkBitmap& bitmap, const SkMatrix& m,
|
| - const SkPaint* paint) {
|
| - AUTO_LUA("drawBitmapMatrix");
|
| - if (paint) {
|
| - lua.pushPaint(*paint, "paint");
|
| - }
|
| -}
|
| -
|
| void SkLuaCanvas::drawSprite(const SkBitmap& bitmap, int x, int y,
|
| const SkPaint* paint) {
|
| AUTO_LUA("drawSprite");
|
|
|