| Index: include/core/SkBitmapDevice.h
|
| diff --git a/include/core/SkBitmapDevice.h b/include/core/SkBitmapDevice.h
|
| index 0ab0234772ca72b0466816d80cd55dc1e1f0ec6a..8b87fc88de8018d1648693b1817d98ec2a539d0e 100644
|
| --- a/include/core/SkBitmapDevice.h
|
| +++ b/include/core/SkBitmapDevice.h
|
| @@ -96,8 +96,8 @@ protected:
|
| virtual void drawText(const SkDraw&, const void* text, size_t len,
|
| SkScalar x, SkScalar y, const SkPaint& paint) SK_OVERRIDE;
|
| virtual void drawPosText(const SkDraw&, const void* text, size_t len,
|
| - const SkScalar pos[], SkScalar constY,
|
| - int scalarsPerPos, const SkPaint& paint) SK_OVERRIDE;
|
| + const SkScalar pos[], int scalarsPerPos,
|
| + const SkPoint& offset, const SkPaint& paint) SK_OVERRIDE;
|
| virtual void drawTextOnPath(const SkDraw&, const void* text, size_t len,
|
| const SkPath& path, const SkMatrix* matrix,
|
| const SkPaint& paint) SK_OVERRIDE;
|
|
|