Chromium Code Reviews| 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; |
|
jvanverth1
2016/08/15 16:37:17
const &
vjiaoblack
2016/08/15 17:43:31
Done.
|
| #else |
| - void onDrawShadowedPicture(const SkPicture*, |
| - const SkMatrix*, |
| - const SkPaint*); |
| + void onDrawShadowedPicture(const SkPicture*, const SkMatrix*, |
| + const SkPaint*, SkShadowType sType); |
|
jvanverth1
2016/08/15 16:37:17
const &
vjiaoblack
2016/08/15 17:43:31
Done.
|
| #endif |
| void onDrawDrawable(SkDrawable*, const SkMatrix*) override; |