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