| Index: include/device/xps/SkXPSDevice.h
|
| diff --git a/include/device/xps/SkXPSDevice.h b/include/device/xps/SkXPSDevice.h
|
| index 59cc113718b03bc4f7402a8c73835362e9dba749..514259dbaa2921daae8cbf72be5d0eee22331f38 100644
|
| --- a/include/device/xps/SkXPSDevice.h
|
| +++ b/include/device/xps/SkXPSDevice.h
|
| @@ -9,6 +9,7 @@
|
| #define SkXPSDevice_DEFINED
|
|
|
| #include "SkTypes.h"
|
| +
|
| #include <ObjBase.h>
|
| #include <XpsObjectModel.h>
|
|
|
| @@ -119,13 +120,6 @@ protected:
|
| 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;
|
| -
|
| virtual void drawVertices(
|
| const SkDraw&,
|
| SkCanvas::VertexMode,
|
|
|