| Index: src/core/SkLiteDL.h
|
| diff --git a/src/core/SkLiteDL.h b/src/core/SkLiteDL.h
|
| index a0c168505a60655c25b22484a1222bac444da028..9ab86095926b34a4df72dc26517e62f13b3e1d38 100644
|
| --- a/src/core/SkLiteDL.h
|
| +++ b/src/core/SkLiteDL.h
|
| @@ -49,7 +49,8 @@ public:
|
| void drawAnnotation (const SkRect&, const char*, SkData*);
|
| void drawDrawable (SkDrawable*, const SkMatrix*);
|
| void drawPicture (const SkPicture*, const SkMatrix*, const SkPaint*);
|
| - void drawShadowedPicture(const SkPicture*, const SkMatrix*, const SkPaint*);
|
| + void drawShadowedPicture(const SkPicture*, const SkMatrix*,
|
| + const SkPaint*, const SkShadowParams& sParams);
|
|
|
| void drawText (const void*, size_t, SkScalar, SkScalar, const SkPaint&);
|
| void drawPosText (const void*, size_t, const SkPoint[], const SkPaint&);
|
|
|