| Index: src/core/SkLiteDL.h
|
| diff --git a/src/core/SkLiteDL.h b/src/core/SkLiteDL.h
|
| index 400b2423224b41bba67da1fcf18f6f8e61c85672..4f28486840fe4df600bcf25fd6d7379891ab8916 100644
|
| --- a/src/core/SkLiteDL.h
|
| +++ b/src/core/SkLiteDL.h
|
| @@ -48,7 +48,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& params);
|
|
|
| void drawText (const void*, size_t, SkScalar, SkScalar, const SkPaint&);
|
| void drawPosText (const void*, size_t, const SkPoint[], const SkPaint&);
|
|
|