diff options
Diffstat (limited to 'include/device')
-rw-r--r-- | include/device/xps/SkXPSDevice.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/device/xps/SkXPSDevice.h b/include/device/xps/SkXPSDevice.h index 2aa7ba8f0d..a9f513dbe5 100644 --- a/include/device/xps/SkXPSDevice.h +++ b/include/device/xps/SkXPSDevice.h @@ -118,8 +118,8 @@ protected: 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&, |