| Index: include/core/SkDevice.h
|
| diff --git a/include/core/SkDevice.h b/include/core/SkDevice.h
|
| index 504138df1e41cf960d7f1a2b2289198d11c915ac..3e5e42b48fa11b2084ad0ddff795b1619d910905 100644
|
| --- a/include/core/SkDevice.h
|
| +++ b/include/core/SkDevice.h
|
| @@ -242,6 +242,8 @@ protected:
|
| const SkColor colors[], SkXfermode* xmode,
|
| const uint16_t indices[], int indexCount,
|
| const SkPaint& paint) = 0;
|
| + // default implementation calls drawVertices
|
| + virtual void drawPatch(const SkDraw&, const SkPatch& patch, const SkPaint& paint);
|
| /** The SkDevice passed will be an SkDevice which was returned by a call to
|
| onCreateDevice on this device with kSaveLayer_Usage.
|
| */
|
|
|