| Index: src/core/SkBBoxRecord.h
|
| diff --git a/src/core/SkBBoxRecord.h b/src/core/SkBBoxRecord.h
|
| index 1d19b70054509da37527f661b7cc7fa429faa63e..4833452e7345c1e6a50ac8d4047e58b7c1cb6b91 100644
|
| --- a/src/core/SkBBoxRecord.h
|
| +++ b/src/core/SkBBoxRecord.h
|
| @@ -66,6 +66,8 @@ 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* blob, SkScalar x, SkScalar y,
|
| + const SkPaint& paint) SK_OVERRIDE;
|
| virtual void onDrawPatch(const SkPoint cubics[12], const SkColor colors[4],
|
| const SkPoint texCoords[4], SkXfermode* xmode,
|
| const SkPaint& paint) SK_OVERRIDE;
|
|
|