| Index: src/core/SkLiteRecorder.h
|
| diff --git a/src/core/SkLiteRecorder.h b/src/core/SkLiteRecorder.h
|
| index 1a38c02fb00a04334b176de88955d0d3462bdba3..a9243788460a7fb5b801d164e8c4d20346c56be7 100644
|
| --- a/src/core/SkLiteRecorder.h
|
| +++ b/src/core/SkLiteRecorder.h
|
| @@ -52,6 +52,8 @@ public:
|
| void onDrawTextBlob(const SkTextBlob*, SkScalar, SkScalar, const SkPaint&) override;
|
|
|
| void onDrawBitmap(const SkBitmap&, SkScalar, SkScalar, const SkPaint*) override;
|
| + void onDrawBitmapLattice(const SkBitmap&, const Lattice&, const SkRect&,
|
| + const SkPaint*) override;
|
| void onDrawBitmapNine(const SkBitmap&, const SkIRect&, const SkRect&, const SkPaint*) override;
|
| void onDrawBitmapRect(const SkBitmap&, const SkRect*, const SkRect&, const SkPaint*,
|
| SrcRectConstraint) override;
|
|
|