| Index: include/device/xps/SkXPSDevice.h
|
| diff --git a/include/device/xps/SkXPSDevice.h b/include/device/xps/SkXPSDevice.h
|
| index c33e4503a19dd4dcba39c5730abad05eb128b5c2..e79081c4e814b6eec16ef5400a7ef3501cce3bff 100644
|
| --- a/include/device/xps/SkXPSDevice.h
|
| +++ b/include/device/xps/SkXPSDevice.h
|
| @@ -85,6 +85,11 @@ protected:
|
| const SkRect& r,
|
| const SkPaint& paint) SK_OVERRIDE;
|
|
|
| + virtual void drawRRect(
|
| + const SkDraw&,
|
| + const SkRRect&,
|
| + const SkPaint& paint) SK_OVERRIDE;
|
| +
|
| virtual void drawPath(
|
| const SkDraw&,
|
| const SkPath& platonicPath,
|
|
|