| Index: src/core/SkPictureRecord.h
|
| diff --git a/src/core/SkPictureRecord.h b/src/core/SkPictureRecord.h
|
| index 610e6d1c4cb66602776e36d3d12e581fc9b2e015..5601d2ac08fc11e1dc78d750fcc8172ec68af306 100644
|
| --- a/src/core/SkPictureRecord.h
|
| +++ b/src/core/SkPictureRecord.h
|
| @@ -212,13 +212,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*, const SkShadowParams& params) override;
|
| #else
|
| - void onDrawShadowedPicture(const SkPicture*,
|
| - const SkMatrix*,
|
| - const SkPaint*);
|
| + void onDrawShadowedPicture(const SkPicture*, const SkMatrix*,
|
| + const SkPaint*, const SkShadowParams& params);
|
| #endif
|
|
|
| void onDrawDrawable(SkDrawable*, const SkMatrix*) override;
|
|
|