| Index: include/device/xps/SkXPSDevice.h
|
| diff --git a/include/device/xps/SkXPSDevice.h b/include/device/xps/SkXPSDevice.h
|
| index a9f513dbe5610f6f4db87f0d6fec7539761e98e9..2aa7ba8f0d5bf6a038303e9468bdfadbdddffa9f 100644
|
| --- a/include/device/xps/SkXPSDevice.h
|
| +++ b/include/device/xps/SkXPSDevice.h
|
| @@ -118,8 +118,8 @@
|
| virtual void drawPosText(
|
| const SkDraw&,
|
| const void* text, size_t len,
|
| - const SkScalar pos[], int scalarsPerPos,
|
| - const SkPoint& offset, const SkPaint& paint) SK_OVERRIDE;
|
| + const SkScalar pos[], SkScalar constY, int scalarsPerPos,
|
| + const SkPaint& paint) SK_OVERRIDE;
|
|
|
| virtual void drawTextOnPath(
|
| const SkDraw&,
|
|
|