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