Index: src/core/SkRecorder.h |
diff --git a/src/core/SkRecorder.h b/src/core/SkRecorder.h |
index 57b4568011c4a1ccde1e78e37613f0af8fc60794..c393f8c7c0961d70044bd99ea599b42f9b9638c7 100644 |
--- a/src/core/SkRecorder.h |
+++ b/src/core/SkRecorder.h |
@@ -114,6 +114,10 @@ public: |
const SkPaint&) override; |
void onDrawAtlas(const SkImage*, const SkRSXform[], const SkRect[], const SkColor[], |
int count, SkXfermode::Mode, const SkRect* cull, const SkPaint*) override; |
+ void onDrawLitAtlas(const SkImage*, const SkRSXform[], |
+ const SkRect diffTex[], const SkRect normTex[], const SkColor[], |
+ int count, SkXfermode::Mode, const SkRect* cull, const SkPaint*, |
+ const SkLight lights[], int numLights) override; |
void onClipRect(const SkRect& rect, SkRegion::Op op, ClipEdgeStyle edgeStyle) override; |
void onClipRRect(const SkRRect& rrect, SkRegion::Op op, ClipEdgeStyle edgeStyle) override; |