| Index: src/core/SkRecorder.h
|
| diff --git a/src/core/SkRecorder.h b/src/core/SkRecorder.h
|
| index 6da38241230f91febdc06a4d802ed6b8fe3d5bab..eb7e3ff85f8d81a0e2d636d96b8740808bc1289b 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*,
|
| + SkShadowType sType) override;
|
| #else
|
| void onDrawShadowedPicture(const SkPicture*,
|
| const SkMatrix*,
|
| - const SkPaint*);
|
| + const SkPaint*,
|
| + SkShadowType sType);
|
| #endif
|
|
|
| void onDrawAnnotation(const SkRect&, const char[], SkData*) override;
|
|
|