| Index: src/pdf/SkPDFGraphicState.h
|
| diff --git a/src/pdf/SkPDFGraphicState.h b/src/pdf/SkPDFGraphicState.h
|
| index cfc80ff548a621037623dfe5b564a84710a201a5..1c54e6cf217a8c45251cd09870ff83c458b591c9 100644
|
| --- a/src/pdf/SkPDFGraphicState.h
|
| +++ b/src/pdf/SkPDFGraphicState.h
|
| @@ -73,6 +73,9 @@ public:
|
|
|
| bool equals(const SkPaint&) const;
|
|
|
| + // Only public for SK_DECLARE_STATIC_LAZY_PTR
|
| + static SkPDFGraphicState* CreateNoSMaskGraphicState();
|
| +
|
| private:
|
| const SkPaint fPaint;
|
| SkTDArray<SkPDFObject*> fResources;
|
|
|