| Index: skia/ext/vector_platform_device_emf_win.h
|
| diff --git a/skia/ext/vector_platform_device_emf_win.h b/skia/ext/vector_platform_device_emf_win.h
|
| index 2d00940a5aaa06cb71fd5136a3a43921c4f8c24f..b6d73da5fb3756b150defef292fba01828d2399c 100644
|
| --- a/skia/ext/vector_platform_device_emf_win.h
|
| +++ b/skia/ext/vector_platform_device_emf_win.h
|
| @@ -59,8 +59,8 @@ class VectorPlatformDeviceEmf : public SkBitmapDevice, public PlatformDevice {
|
| virtual void drawText(const SkDraw& draw, const void* text, size_t len,
|
| SkScalar x, SkScalar y, const SkPaint& paint) OVERRIDE;
|
| virtual void drawPosText(const SkDraw& draw, const void* text, size_t len,
|
| - const SkScalar pos[], SkScalar constY,
|
| - int scalarsPerPos, const SkPaint& paint) OVERRIDE;
|
| + const SkScalar pos[], int scalarsPerPos,
|
| + const SkPoint& offset, const SkPaint& paint) OVERRIDE;
|
| virtual void drawTextOnPath(const SkDraw& draw, const void* text, size_t len,
|
| const SkPath& path, const SkMatrix* matrix,
|
| const SkPaint& paint) OVERRIDE;
|
|
|