| Index: src/core/SkPictureRecord.h
|
| diff --git a/src/core/SkPictureRecord.h b/src/core/SkPictureRecord.h
|
| index 637c46dbf80116850777e95b80a660f4a7978e70..58daf9bcccfbdbd518bfe7d281f9d535fa635524 100644
|
| --- a/src/core/SkPictureRecord.h
|
| +++ b/src/core/SkPictureRecord.h
|
| @@ -216,13 +216,11 @@ protected:
|
| void onDrawPicture(const SkPicture*, const SkMatrix*, const SkPaint*) override;
|
|
|
| #ifdef SK_EXPERIMENTAL_SHADOWING
|
| - void onDrawShadowedPicture(const SkPicture*,
|
| - const SkMatrix*,
|
| - const SkPaint*) override;
|
| + void onDrawShadowedPicture(const SkPicture*, const SkMatrix*,
|
| + const SkPaint*, SkShadowType sType) override;
|
| #else
|
| - void onDrawShadowedPicture(const SkPicture*,
|
| - const SkMatrix*,
|
| - const SkPaint*);
|
| + void onDrawShadowedPicture(const SkPicture*, const SkMatrix*,
|
| + const SkPaint*, SkShadowType sType);
|
| #endif
|
|
|
| void onDrawDrawable(SkDrawable*, const SkMatrix*) override;
|
|
|