| Index: src/core/SkLiteDL.h
|
| diff --git a/src/core/SkLiteDL.h b/src/core/SkLiteDL.h
|
| index a0c168505a60655c25b22484a1222bac444da028..f868f6b3033dc809cbfc315ec7ecd74f269a13c6 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*, SkShadowType sType);
|
|
|
| void drawText (const void*, size_t, SkScalar, SkScalar, const SkPaint&);
|
| void drawPosText (const void*, size_t, const SkPoint[], const SkPaint&);
|
|
|