| Index: include/core/SkDevice.h
|
| diff --git a/include/core/SkDevice.h b/include/core/SkDevice.h
|
| index 3b5d38a6af57187e22b3e26fcf890ee00f6a6d08..91c30fabd1c9a82287b074efbd4174ff34f0dc10 100644
|
| --- a/include/core/SkDevice.h
|
| +++ b/include/core/SkDevice.h
|
| @@ -246,6 +246,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, const SkPaint&);
|
| +
|
| /** The SkDevice passed will be an SkDevice which was returned by a call to
|
| onCreateDevice on this device with kNeverTile_TileExpectation.
|
| */
|
|
|