| Index: src/core/SkRecorder.h
|
| diff --git a/src/core/SkRecorder.h b/src/core/SkRecorder.h
|
| index 6da38241230f91febdc06a4d802ed6b8fe3d5bab..6071c9626d563ea8178782a385015e98ffeed83a 100644
|
| --- a/src/core/SkRecorder.h
|
| +++ b/src/core/SkRecorder.h
|
| @@ -137,11 +137,13 @@ public:
|
| #ifdef SK_EXPERIMENTAL_SHADOWING
|
| void onDrawShadowedPicture(const SkPicture*,
|
| const SkMatrix*,
|
| - const SkPaint*) override;
|
| + const SkPaint*,
|
| + const SkShadowParams& sParams) override;
|
| #else
|
| void onDrawShadowedPicture(const SkPicture*,
|
| const SkMatrix*,
|
| - const SkPaint*);
|
| + const SkPaint*,
|
| + const SkShadowParams& sParams);
|
| #endif
|
|
|
| void onDrawAnnotation(const SkRect&, const char[], SkData*) override;
|
|
|