| Index: src/pdf/SkPDFGraphicState.h
|
| diff --git a/src/pdf/SkPDFGraphicState.h b/src/pdf/SkPDFGraphicState.h
|
| index 6b3f7cccf0ef523dcbb093b3c75547909807a555..84491ba0d38d5dbc809133f111ad2dd258e7b35e 100644
|
| --- a/src/pdf/SkPDFGraphicState.h
|
| +++ b/src/pdf/SkPDFGraphicState.h
|
| @@ -51,7 +51,7 @@ public:
|
| *
|
| * These are not de-duped.
|
| */
|
| - static sk_sp<SkPDFDict> GetSMaskGraphicState(SkPDFObject* sMask,
|
| + static sk_sp<SkPDFDict> GetSMaskGraphicState(sk_sp<SkPDFObject> sMask,
|
| bool invert,
|
| SkPDFSMaskMode sMaskMode,
|
| SkPDFCanon* canon);
|
|
|