| Index: include/utils/SkNWayCanvas.h
|
| diff --git a/include/utils/SkNWayCanvas.h b/include/utils/SkNWayCanvas.h
|
| index 5c48a831c67b8154c525fba6b79de9356b609b5f..5756cb377bfcf37c4c4b38d68445efb02a4d3461 100644
|
| --- a/include/utils/SkNWayCanvas.h
|
| +++ b/include/utils/SkNWayCanvas.h
|
| @@ -75,6 +75,7 @@ protected:
|
| SkScalar constY, const SkPaint&) SK_OVERRIDE;
|
| virtual void onDrawTextOnPath(const void* text, size_t byteLength, const SkPath& path,
|
| const SkMatrix* matrix, const SkPaint&) SK_OVERRIDE;
|
| + virtual void onDrawTextBlob(const SkTextBlob*, const SkPoint&, const SkPaint&) SK_OVERRIDE;
|
| virtual void onDrawPatch(const SkPoint cubics[12], const SkColor colors[4],
|
| const SkPoint texCoords[4], SkXfermode* xmode,
|
| const SkPaint& paint) SK_OVERRIDE;
|
|
|