| Index: src/core/SkRecorder.h
|
| diff --git a/src/core/SkRecorder.h b/src/core/SkRecorder.h
|
| index 3cf0be97c3be8ab6fcf7f204b56f38fa616d013f..5edf5f0a4e6c4dfb1cee218e8b7828ac5a9002c5 100644
|
| --- a/src/core/SkRecorder.h
|
| +++ b/src/core/SkRecorder.h
|
| @@ -111,6 +111,8 @@ public:
|
| const SkPaint*) override;
|
| void onDrawBitmapNine(const SkBitmap&, const SkIRect& center, const SkRect& dst,
|
| const SkPaint*) override;
|
| + void onDrawBitmapNine(const SkBitmap&, const NinePatchDivs& divs, const SkRect& dst,
|
| + const SkPaint*) override;
|
| void onDrawVertices(VertexMode vmode, int vertexCount,
|
| const SkPoint vertices[], const SkPoint texs[],
|
| const SkColor colors[], SkXfermode* xmode,
|
|
|