| Index: src/core/SkLiteRecorder.cpp
|
| diff --git a/src/core/SkLiteRecorder.cpp b/src/core/SkLiteRecorder.cpp
|
| index 6a8e1306c4621802ada9821fcfdd7a74d48f6377..b61dd8f582ccf191381802cc7648fcddb915280b 100644
|
| --- a/src/core/SkLiteRecorder.cpp
|
| +++ b/src/core/SkLiteRecorder.cpp
|
| @@ -122,6 +122,11 @@ void SkLiteRecorder::onDrawBitmapRect(const SkBitmap& bm,
|
| const SkPaint* paint, SrcRectConstraint constraint) {
|
| fDL->drawBitmapRect(bm, src, dst, paint, constraint);
|
| }
|
| +void SkLiteRecorder::onDrawBitmapLattice(const SkBitmap& bm,
|
| + const SkCanvas::Lattice& lattice, const SkRect& dst,
|
| + const SkPaint* paint) {
|
| + fDL->drawBitmapLattice(bm, lattice, dst, paint);
|
| +}
|
|
|
| void SkLiteRecorder::onDrawImage(const SkImage* img,
|
| SkScalar x, SkScalar y,
|
|
|