| Index: include/core/SkDevice.h
|
| diff --git a/include/core/SkDevice.h b/include/core/SkDevice.h
|
| index 3715b1d615d5add09884fef72af348fc07f2cc14..d0aebb1a05d8dab8af2ea8c646a95012c088d79f 100644
|
| --- a/include/core/SkDevice.h
|
| +++ b/include/core/SkDevice.h
|
| @@ -252,6 +252,11 @@ protected:
|
| virtual void drawAtlas(const SkDraw&, const SkImage* atlas, const SkRSXform[], const SkRect[],
|
| const SkColor[], int count, SkXfermode::Mode, const SkPaint&);
|
|
|
| + virtual void drawLitAtlas(const SkDraw&, const SkImage* atlas,
|
| + const SkRSXform[], const SkRect diffTex[], const SkRect normTex[],
|
| + const SkColor[], int count, SkXfermode::Mode, const SkPaint&,
|
| + const SkLight lights[], int numLights);
|
| +
|
| /** The SkDevice passed will be an SkDevice which was returned by a call to
|
| onCreateDevice on this device with kNeverTile_TileExpectation.
|
| */
|
|
|