Index: src/core/SkPictureRecord.h |
diff --git a/src/core/SkPictureRecord.h b/src/core/SkPictureRecord.h |
index bdb6609bd9c683f6097f4d73ae11dbcd2796cdbf..9dc1268bdcf6ff72301531f45d285c339ea99fef 100644 |
--- a/src/core/SkPictureRecord.h |
+++ b/src/core/SkPictureRecord.h |
@@ -194,6 +194,8 @@ protected: |
const SkPaint*) override; |
void onDrawBitmapNine(const SkBitmap&, const SkIRect& center, const SkRect& dst, |
const SkPaint*) override; |
+ void onDrawBitmapNine(const SkBitmap&, const SkCanvas::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, |