| Index: include/core/SkDevice.h
|
| diff --git a/include/core/SkDevice.h b/include/core/SkDevice.h
|
| index daca80541676115ca37a8745c67f056b41e542a5..2db685a96e10fb3859959af71a1d5df18f6603d1 100644
|
| --- a/include/core/SkDevice.h
|
| +++ b/include/core/SkDevice.h
|
| @@ -245,6 +245,11 @@ protected:
|
| // default implementation calls drawVertices
|
| virtual void drawPatch(const SkDraw&, const SkPoint cubics[12], const SkColor colors[4],
|
| const SkPoint texCoords[4], SkXfermode* xmode, const SkPaint& paint);
|
| +
|
| + // default implementation calls drawPath
|
| + virtual void drawAtlas(const SkDraw&, const SkImage* atlas, const SkRSXform[], const SkRect[],
|
| + const SkColor[], int count, SkXfermode::Mode, const SkPaint&);
|
| +
|
| /** The SkDevice passed will be an SkDevice which was returned by a call to
|
| onCreateDevice on this device with kNeverTile_TileExpectation.
|
| */
|
|
|